aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2017-09-27 05:12:16 -0400
committerTim Harder <radhermit@gmail.com>2017-09-27 05:12:16 -0400
commit59b05a0264ed121c289e7dfb96b7bcaa735f69cc (patch)
treec5c6fe0b9711dd4c7f9457b9314e6b2bd5126965 /README.rst
parenttravis-ci: override test phase post success script for deploy phase (diff)
downloadpkgcheck-59b05a0264ed121c289e7dfb96b7bcaa735f69cc.tar.gz
pkgcheck-59b05a0264ed121c289e7dfb96b7bcaa735f69cc.tar.bz2
pkgcheck-59b05a0264ed121c289e7dfb96b7bcaa735f69cc.zip
readme: drop requirements to use snakeoil/pkgcore git when installing from git
The tests on travis-ci now run against the lastest released version of snakeoil/pkgcore so it should be safe to use that. [skip ci]
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 105ae873..989e2eaa 100644
--- a/README.rst
+++ b/README.rst
@@ -22,10 +22,8 @@ Installing latest pypi release in a virtualenv::
pip install pkgcheck
-Installing from git in a virtualenv (latest snakeoil/pkgcore are often required)::
+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
pip install https://github.com/pkgcore/pkgcheck/archive/master.tar.gz
Installing from a tarball or git repo::