Skip to content

Commit

Permalink
Update PythonDependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n00mkrad committed May 7, 2021
1 parent 55c0f59 commit a91097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonDependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Make sure your GPU drivers are up to date
- Install Python 3.8.6 from the [official website](https://www.python.org/downloads/release/python-386/)
- In CMD, run `pip install torch===1.7.0+cu110 torchvision===0.8.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html`
- In CMD, run `pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html`
- Run `pip install opencv-python sk-video imageio`


Expand Down

0 comments on commit a91097a

Please sign in to comment.