Update Python environments authored by fima's avatar fima
...@@ -14,3 +14,7 @@ Restart the shell to have the `base` conda environment. ...@@ -14,3 +14,7 @@ Restart the shell to have the `base` conda environment.
- Create new environment: `conda create -n env_name` - Create new environment: `conda create -n env_name`
- Activate the environment: `conda activate env_name` - Activate the environment: `conda activate env_name`
### Installing packages
Prioritize first using `conda install`. If the package is not available, then use `pip install`
\ No newline at end of file