Last active
August 29, 2015 14:03
-
-
Save orakaro/c4a5a28747bc700576da to your computer and use it in GitHub Desktop.
Install instruction for rainbowstream
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
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