diff options
author | 2017-09-27 05:12:16 -0400 | |
---|---|---|
committer | 2017-09-27 05:12:16 -0400 | |
commit | 59b05a0264ed121c289e7dfb96b7bcaa735f69cc (patch) | |
tree | c5c6fe0b9711dd4c7f9457b9314e6b2bd5126965 /README.rst | |
parent | travis-ci: override test phase post success script for deploy phase (diff) | |
download | pkgcheck-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.rst | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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:: |