Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 463 Bytes

Learning Deep Learning (Silver)

Use the following steps to create a virtual Python environment

  • Install Miniconda
  • Ensure environment.yml in the folder where you are going to create Python virtual environment

conda env create - f environment.yml

or

conda env update (If environment already created)

Note that our environment name is dlenv.

conda activate dlenv

conda deactivate

Refer: https://conda.io/docs/user-guide/tasks/manage-environments.html