In this tutorial, I explain how to
1. Download Miniconda
2. Install it
3. Create Virtual Environments
4. & install different python packages
mini-conda main page: https://docs.conda.io/en/latest/minic...
commands:
```
To create an environment: conda create -n tf1 python=3.9 numpy
To activate the environment: conda activate tf1
To install a package: pip install numpy
To update a package: pip install -U numpy
To install a package with version: pip install numpy==1.22.4
```
Follow me on:
GitHub: https://github.com/pooya-mohammadi/
LinkedIn: / pooya-mohammadi
Contact:
LinkedIn: / pooya-mohammadi
Email: [email protected]