Skip to content

Commit

Permalink
Update Setting up the software environment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquanli authored Aug 26, 2021
1 parent 599c4e0 commit 4bd14f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setting up the software environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo apt-get install python3-pyqtgraph
sudo apt-get install python3-pyqt5
pip3 install --upgrade setuptools pip
pip3 install opencv-python==4.4.0.46 opencv-contrib-python==4.4.0.46
pip3 install qtpy pyserial lxml imutils scipy==1.1.0 pandas
pip3 install qtpy pyserial lxml imutils scipy==1.1.0 pandas tifffile scikit-image
pip3 install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
```
Note that desipte CUDA 11.2 is installed with nvidia-driver-460, the above pytorch installation still works. For up-to-date pytorch release, check https://pytorch.org/get-started/locally/.
Expand Down

0 comments on commit 4bd14f3

Please sign in to comment.