mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fix missing dollar sign in fabric install
This commit is contained in:
@@ -12,7 +12,7 @@ Install Fabric:
|
||||
|
||||
::
|
||||
|
||||
pip install fabric
|
||||
$ pip install fabric
|
||||
|
||||
The following code will create two tasks that we can use: ``memory_usage`` and
|
||||
``deploy``. The former will output the memory usage on each machine. The
|
||||
|
||||
Reference in New Issue
Block a user