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
Search Repo:
Explicitly state the distutils in the INSTALL file, and let it have a 
trailing newline.
karmazilla (author)
Wed Feb 06 04:07:02 -0800 2008
commit  9547b43319202213e384804a541aa70cc77ed586
tree    e045a73d6bdbe58574b193795552b46a2f272cb0
parent  d6834fd9495cb64afb6f0a29dab8c2c330a34dbc
...
1
2
3
4
 
 
 
...
1
2
3
 
4
5
6
0
@@ -1,4 +1,6 @@
0
 INSTALLING FABRIC:
0
  1. Make sure you agree to the terms and conditions in LICENSE.
0
  2. Make sure you got Python installed, preferably version 2.5 or greater.
0
- 3. Run as root: python setup.py build install
0
+ 3. Make sure you got Python Distutils installed (should be part of a normal python distro).
0
+ 4. Run as root: python setup.py build install
0
+

Comments

    No one has commented yet.