Skip to content

Commit 93eb76b

Browse files
committed
fix(docs): correct the upgrade flag syntax for pip
1 parent e3e94fa commit 93eb76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installing_deis/register-admin-user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install the latest Deis client using Python's pip_ package manager:
1616

1717
.. code-block:: console
1818
19-
$ pip install -upgrade deis
19+
$ pip install --upgrade deis
2020
Downloading/unpacking deis
2121
Downloading deis-0.10.0.tar.gz
2222
Running setup.py egg_info for package deis

0 commit comments

Comments
 (0)