Skip to content

Instantly share code, notes, and snippets.

@ten0s
Last active August 29, 2015 14:06
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/ac6c573ba249b4ae5373 to your computer and use it in GitHub Desktop.
Save ten0s/ac6c573ba249b4ae5373 to your computer and use it in GitHub Desktop.
Install oneapi 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 git+https://github.com/ten0s/oneapi-python.git@my_changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment