Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e8fe2 commit 154d714Copy full SHA for 154d714
README.md
@@ -21,7 +21,7 @@ forwarding when you connect to the jumpboxes. For example:
21
You can also use the fabric scripts from an external machine with a small amount
22
of setup on your part. You will need to install Fabric,
23
24
- $ pip install fabric
+ $ pip install -Ur requirements.txt
25
26
NB:Iif you get a "pip: command not found" error, run this first:
27
requirements.txt
@@ -0,0 +1,4 @@
1
+Fabric==1.6.0
2
+paramiko==1.10.1
3
+pycrypto==2.6
4
+wsgiref==0.1.2
0 commit comments