Skip to content

Commit

Permalink
Add version to requirements and removed --user flag from install script
Browse files Browse the repository at this point in the history
  • Loading branch information
dekvall committed Apr 29, 2019
1 parent 17cf345 commit 0a56fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
virtualenv .env && source .env/bin/activate && pip3 install -r requirements.txt --user
virtualenv .env && source .env/bin/activate && pip3 install -r requirements.txt

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://download.pytorch.org/whl/cpu/torch-1.0.1.post2-cp35-cp35m-linux_x86_64.whl
torchvision
torch==1.0.1.post2
torchvision==0.2.2.post3

0 comments on commit 0a56fdd

Please sign in to comment.