Last active
January 9, 2019 05:30
-
-
Save mgao6767/cde6a2e4a4c1085614541b721f311bba to your computer and use it in GitHub Desktop.
AlgoVPN: Install remaining dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -m virtualenv --python=`which python2` env && | |
source env/bin/activate && | |
python -m pip install -U pip virtualenv && | |
python -m pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment