Created
July 3, 2011 02:23
-
-
Save heynemann/1061894 to your computer and use it in GitHub Desktop.
Provy install
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
# make sure fabric, jinja2 and m2crypto are installed | |
$ pip install fabric | |
$ pip install jinja2 | |
$ pip install m2crypto | |
# now actually installing it | |
$ git clone [email protected]:heynemann/provy.git | |
$ python setup.py install | |
$ provy --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment