Skip to content

Commit 8e2df84

Browse files
committed
Merge pull request #1151 from deis/pip-upgrade
docs(pip install): add --upgrade to `pip install deis`
2 parents e5fb943 + de06ae4 commit 8e2df84

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Your Vagrant VM is accessible at `local.deisapp.com` (or `local3.deisapp.com`/`l
7878
Integration tests and corresponding documentation can be found under the `test/` folder.
7979

8080
## Install the Deis Client
81-
If you're using the latest Deis release, use `pip install deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started).
81+
If you're using the latest Deis release, use `pip install --upgrade deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started).
8282

8383
If you're working off master, precompiled binaries are likely out of date. You should either symlink the python file directly or build a local copy of the client:
8484

docs/developer/install-client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ You can also install the latest Deis client using Python's pip_ package manager:
2424

2525
.. code-block:: console
2626
27-
$ sudo pip install deis
27+
$ sudo pip install --upgrade deis
2828
Downloading/unpacking deis
29-
Downloading deis-0.8.0.tar.gz
29+
Downloading deis-0.9.0.tar.gz
3030
Running setup.py egg_info for package deis
3131
...
3232
Successfully installed deis

docs/operations/register-admin-user.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Install the latest Deis client using Python's pip_ package manager:
1616

1717
.. code-block:: console
1818
19-
$ pip install deis
19+
$ pip install -upgrade deis
2020
Downloading/unpacking deis
21-
Downloading deis-0.8.0.tar.gz
21+
Downloading deis-0.9.0.tar.gz
2222
Running setup.py egg_info for package deis
2323
...
2424
Successfully installed deis

0 commit comments

Comments
 (0)