aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2017-09-27 05:08:46 -0400
committerTim Harder <radhermit@gmail.com>2017-09-27 05:10:08 -0400
commit8b098026b08da4a624e9bb9b1468bb5ada3a4d0a (patch)
treeca9501c79ae88de647947fcc70183fa61b16c334 /README.rst
parentbump version (diff)
downloadpkgcore-8b098026b08da4a624e9bb9b1468bb5ada3a4d0a.tar.gz
pkgcore-8b098026b08da4a624e9bb9b1468bb5ada3a4d0a.tar.bz2
pkgcore-8b098026b08da4a624e9bb9b1468bb5ada3a4d0a.zip
readme: drop requirements to use snakeoil git when installing from git
The tests on travis-ci now run against the lastest released version of snakeoil so it should be safe to use that. [skip ci]
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ffdd6a27..778254ef 100644
--- a/README.rst
+++ b/README.rst
@@ -44,9 +44,8 @@ Installing latest pypi release in a virtualenv::
pip install pkgcore
-Installing from git in a virtualenv (note that snakeoil should be used from git)::
+Installing from git in a virtualenv::
- pip install https://github.com/pkgcore/snakeoil/archive/master.tar.gz
pip install https://github.com/pkgcore/pkgcore/archive/master.tar.gz
Installing from a tarball or git repo::