Last active
August 29, 2015 14:14
-
-
Save bdiegel/94def106051a905b5a93 to your computer and use it in GitHub Desktop.
Python Couchbase Virtualenv
This file contains 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
workon venv | |
pip install git+git://github.com/couchbase/[email protected] | |
pip install flask | |
pip install flask-restful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment