Skip to content

Instantly share code, notes, and snippets.

@nutrino
Created January 18, 2022 10:00
Show Gist options
  • Select an option

  • Save nutrino/ccd53f8cc08684dd6d547fe179ae9ddd to your computer and use it in GitHub Desktop.

Select an option

Save nutrino/ccd53f8cc08684dd6d547fe179ae9ddd to your computer and use it in GitHub Desktop.
python install pkg : conda with pip
[requirements.txt]
while read requirement; conda install --yes $requirement;or pip install $requirement; end < requirements.txt
@nutrino
Copy link
Author

nutrino commented Feb 21, 2023

python -m ipykernel install --name pytorch-mc3 --display-name "Python (pytorch-mc3)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment