Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acidsploit authored Mar 6, 2018
1 parent 9621839 commit 4b3fc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

virtualenv env
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
touch key.list

0 comments on commit 4b3fc14

Please sign in to comment.