- Install Anaconda / Mini Conda
- Download the project
- Run anaconda command promt
- Use this command to setup environment
conda env create --file environment.yml --name environment - Activate the environment by using this command
conda activate environment - Run jupyter Notebook by using this command
jupyter notebook
-
For deactivate the environment use this command
conda deactivate -
For creating new environment use this command
conda create --prefix ./env pandas numpy matplotlib scikit-learn -
For creating .yml fine for environment use this command
conda env export --prefix (project path)\env > environment.yml
for any kind of help knock me on Skype