Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created February 14, 2013 10:08
Show Gist options
  • Save robyoung/4951732 to your computer and use it in GitHub Desktop.
Save robyoung/4951732 to your computer and use it in GitHub Desktop.
# install virtualenv
sudo pip install virtualenv
cd [location of ghtools clone]
# Create and activate a new virtual environment
virtualenv venv
source venv/bin/activate
# Install the current directory in the virtual environment
pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment