Skip to content
Prev Previous commit
Next Next commit
Update install_via_pip.sh
  • Loading branch information
Peter Romov authored Apr 26, 2022
commit 78ee9e262e7f843b33d4024624d7fb0281e90ff2
2 changes: 2 additions & 0 deletions scripts/install_via_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export TERM=xterm
# upgrade pip
pip install --upgrade pip

pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113

# install without dependencies first
# this is needed because csprng temporarily depends on the source
# we need to have torch installed to correctly install .[dev]
Expand Down