Skip to content

Instantly share code, notes, and snippets.

@chen0040
Created April 14, 2018 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chen0040/e0b65c58e8d3b1a7a0d085ec37d7511e to your computer and use it in GitHub Desktop.
Save chen0040/e0b65c58e8d3b1a7a0d085ec37d7511e to your computer and use it in GitHub Desktop.
Share my approach to get PyTorch install on Windows and Make it available to PyCharm
Install anaconda and run the following command (with admin permission on windows os):
```bash
conda install -c peterjc123 pytorch
```
at this point, torch is available in your global site packages.
If you use PyCharm as the IDE, you can create a virtual-env and select "Inherit global site packages".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment