Update PythonDependencies.md

This commit is contained in:
N00MKRAD 2021-05-07 20:01:45 +02:00
parent 55c0f5904c
commit a91097a6ad
1 changed files with 1 additions and 1 deletions

View File

@ -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`