Apparently the Fabric dep is case-sensitive.
authorDavid Schoonover <dsc@wikimedia.org>
Fri, 22 Jun 2012 17:53:31 +0000 (10:53 -0700)
committerDavid Schoonover <dsc@wikimedia.org>
Fri, 22 Jun 2012 17:53:31 +0000 (10:53 -0700)
fabfile/__init__.py

index f1f75fb..cbf6e88 100644 (file)
@@ -19,7 +19,7 @@ except ImportError:
         ERROR: You're missing a dependency!
         To build this project using fabric, you'll need to install fabric (and some other stuff):
             
-            pip install -U fabric paramiko path.py
+            pip install -U Fabric paramiko path.py
         """
     sys.exit(1)