Skip to content

Instantly share code, notes, and snippets.

@mgao6767
Last active January 9, 2019 05:30
Show Gist options
  • Save mgao6767/cde6a2e4a4c1085614541b721f311bba to your computer and use it in GitHub Desktop.
Save mgao6767/cde6a2e4a4c1085614541b721f311bba to your computer and use it in GitHub Desktop.
AlgoVPN: Install remaining dependencies
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