Skip to content

Commit

Permalink
fixed pip3 depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Einstein42 committed Oct 26, 2018
1 parent 6fa116a commit 403f032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
pip install -r requirements.txt --user
pip3 install -r requirements.txt --user
2 changes: 1 addition & 1 deletion install_cloud.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
pip install -r requirements_cloud.txt
pip3 install -r requirements_cloud.txt

0 comments on commit 403f032

Please sign in to comment.