From 9c1fc8fcc9891e5529d020bb4e722b23ee148e48 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 10 Jul 2019 22:27:06 +0200 Subject: [PATCH] Simplify instructions for installing with pip 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. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 833a9f0..10d777f 100644 --- a/README.rst +++ b/README.rst @@ -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