Skip to content

Instantly share code, notes, and snippets.

@ten0s
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ten0s/2fa05e6863f37d832134 to your computer and use it in GitHub Desktop.
Save ten0s/2fa05e6863f37d832134 to your computer and use it in GitHub Desktop.
Install MM test deps into virtualenv
virtualenv env --no-site-packages
. env/bin/activate
pip install pytest==2.6.1
pip install requests==2.3.0
pip install xmltodict==0.9.0
pip install hexdump==2.0
pip freeze > requirements.txt
@ten0s
Copy link
Author

ten0s commented Apr 9, 2015

virtualenv env --no-site-packages
. env/bin/activate
pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment