Skip to content

Instantly share code, notes, and snippets.

@ten0s
Last active August 29, 2015 14:05
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/98e7d88476ec75351d75 to your computer and use it in GitHub Desktop.
Save ten0s/98e7d88476ec75351d75 to your computer and use it in GitHub Desktop.
Install soap & http deps into virtualenv
virtualenv env --no-site-packages
. env/bin/activate
pip install pytest==2.6.1
pip install git+https://github.com/pysimplesoap/pysimplesoap.git@1.13
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