Skip to content

Commit

Permalink
Simplify instructions for installing with pip
Browse files Browse the repository at this point in the history
Since #10, there's no need to use the git URL with pip. Also, this new command install the latest release instead of the last commit on master, which is probably what most users need.
  • Loading branch information
dmerejkowsky authored and IamTheFij committed Jun 23, 2021
1 parent 3d92a91 commit 9c1fc8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Then install it
dpkg -i ../docker-custodian_*.deb
Source
~~~~~~
pypi.org
~~~~~~~~

.. code:: sh
pip install git+https://github.com/Yelp/docker-custodian.git#egg=docker_custodian
pip install docker-custodian
dcgc
Expand Down

0 comments on commit 9c1fc8f

Please sign in to comment.