Last active
August 29, 2015 14:15
-
-
Save ten0s/2fa05e6863f37d832134 to your computer and use it in GitHub Desktop.
Install MM test deps into virtualenv
This file contains hidden or 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
virtualenv env --no-site-packages
. env/bin/activate
pip install -r requirements.txt