--name <env_name> --file requirements.txt conda create
Create a Conda environment with all of the packages from a requirements.txt file automatically downloaded
<env_name>
is the name you would like to give the environment
requirements.txt
is the path to the requirements.txt file