Skip to content

Instantly share code, notes, and snippets.

@sanjayankur31
Forked from ralphbean/gist:6119146
Created November 8, 2013 23:47
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 sanjayankur31/7379458 to your computer and use it in GitHub Desktop.
Save sanjayankur31/7379458 to your computer and use it in GitHub Desktop.
sudo yum -y install python-virtualenv
virtualenv my-venv
source my-venv/bin/activate
git clone url-for-bloom
cd bloom
python setup.py develop
./bin/bloom-generate
# make modifications
python setup.py develop
./bin/bloom-generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment