diff options
author | Tim Harder <radhermit@gmail.com> | 2020-11-03 00:10:51 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-11-03 00:10:51 -0700 |
commit | 26a655406eae2d0a054ddce996a5a18aa6acdf4a (patch) | |
tree | 9a17729b38073225dfaeec1f966df29086ff00cf /README.rst | |
parent | dist.distutils_extensions: try to make pip detection more resilient (diff) | |
download | snakeoil-26a655406eae2d0a054ddce996a5a18aa6acdf4a.tar.gz snakeoil-26a655406eae2d0a054ddce996a5a18aa6acdf4a.tar.bz2 snakeoil-26a655406eae2d0a054ddce996a5a18aa6acdf4a.zip |
readme: simplify install wording
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |