Skip to content

Instantly share code, notes, and snippets.

@qwcode
Created December 12, 2012 18:23
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 qwcode/4270246 to your computer and use it in GitHub Desktop.
Save qwcode/4270246 to your computer and use it in GitHub Desktop.
virtualenv myVE
source myVE/bin/activate
cd myproject
pip -e .[testing] #installs project into myVE in develop mode with dependencies and the testing extras
pip install somepkg #install something else you want to try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment