Created
January 18, 2022 10:00
-
-
Save nutrino/ccd53f8cc08684dd6d547fe179ae9ddd to your computer and use it in GitHub Desktop.
python install pkg : conda with pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [requirements.txt] | |
| while read requirement; conda install --yes $requirement;or pip install $requirement; end < requirements.txt |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python -m ipykernel install --name pytorch-mc3 --display-name "Python (pytorch-mc3)"