aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-11-03 00:10:51 -0700
committerTim Harder <radhermit@gmail.com>2020-11-03 00:10:51 -0700
commit26a655406eae2d0a054ddce996a5a18aa6acdf4a (patch)
tree9a17729b38073225dfaeec1f966df29086ff00cf /README.rst
parentdist.distutils_extensions: try to make pip detection more resilient (diff)
downloadsnakeoil-26a655406eae2d0a054ddce996a5a18aa6acdf4a.tar.gz
snakeoil-26a655406eae2d0a054ddce996a5a18aa6acdf4a.tar.bz2
snakeoil-26a655406eae2d0a054ddce996a5a18aa6acdf4a.zip
readme: simplify install wording
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
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