From 26a655406eae2d0a054ddce996a5a18aa6acdf4a Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 3 Nov 2020 00:10:51 -0700 Subject: readme: simplify install wording --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c1f4cc1..67638fe 100644 --- a/README.rst +++ b/README.rst @@ -11,15 +11,15 @@ but they all have native python implementations too. Installing ========== -Installing latest pypi release in a virtualenv:: +Installing latest pypi release:: pip install snakeoil -Installing from git in a virtualenv:: +Installing from git:: pip install https://github.com/pkgcore/snakeoil/archive/master.tar.gz -Installing from a tarball or git repo:: +Installing from a tarball:: python setup.py install -- cgit v1.2.3-65-gdbad