Skip to content

Instantly share code, notes, and snippets.

@orakaro
Last active August 29, 2015 14:03
Show Gist options
  • Save orakaro/c4a5a28747bc700576da to your computer and use it in GitHub Desktop.
Save orakaro/c4a5a28747bc700576da to your computer and use it in GitHub Desktop.
Install instruction for rainbowstream
pip install virtualenv # skip if you already have virtualenv
virtualenv venv
source venv/bin/activate # use the brand new virtualenv.
pip install rainbowstream # It may go long here
# Long output here ...
rainbow
# Note: if you are really want to use system's python,
# you can just "sudo pip install rainbowstream" and everything should be fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment