| Oct | NOV | Dec |
| 11 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
$ conda install --file requirements.txt
To create a stand-alone environment named PDSH with Python 3.5 and all the required package versions, run the following:
$ conda create -n PDSH python=3.5 --file requirements.txt
You can read more about using conda environments in the Managing Environments section of the conda documentation.