Skip to content

Instantly share code, notes, and snippets.

@heynemann
Created July 3, 2011 02:23
Show Gist options
  • Save heynemann/1061894 to your computer and use it in GitHub Desktop.
Save heynemann/1061894 to your computer and use it in GitHub Desktop.
Provy install
# 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