public
Description: Fabric: Simple pythonic deployment (repository mirror of nongnu.org)
Homepage: http://www.nongnu.org/fab/
Clone URL: git://github.com/karmazilla/fabric.git
fabric / INSTALL
100644 7 lines (5 sloc) 0.299 kb
1
2
3
4
5
6
7
INSTALLING FABRIC:
 1. Make sure you agree to the terms and conditions in LICENSE.
 2. Make sure you got Python installed, preferably version 2.5 or greater.
 3. Make sure you got Python Distutils installed (should be part of a normal python distro).
 4. Run as root: python setup.py build install