Last active
August 29, 2015 14:05
-
-
Save ten0s/98e7d88476ec75351d75 to your computer and use it in GitHub Desktop.
Install soap & http deps into virtualenv
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
virtualenv env --no-site-packages | |
. env/bin/activate | |
pip install pytest==2.6.1 | |
pip install git+https://github.com/pysimplesoap/[email protected] | |
pip install requests==2.3.0 | |
pip install xmltodict==0.9.0 | |
pip install hexdump==2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment