Created
February 14, 2013 10:08
-
-
Save robyoung/4951732 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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