- Start by installing Conda.
- Go to your git Repo.
- Create a conda venv e.g. (.cenv)
conda create --name .cenv
- Activate your conda venv.
conda activate .cenv
- Install dependencies
conda install --file requirements.txt -c pytorch
You now have Sklearn, Matplotlib, Pytorch and their dependicies.
Troubleshooting
- It no work!? Try a different terminal. (This is not reopening the terminal)
- It still no work!? Use Google.
- What is dah google? Ask google hangouts for help.