aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2017-09-28 06:13:52 -0400
committerTim Harder <radhermit@gmail.com>2017-09-28 06:13:52 -0400
commitb1ccb0fc190795665dffa34b672bcf3b0419ccb4 (patch)
tree1fbd56160bdf80113f40a1c61b5d26d44a424995 /README.rst
parenttox: update to use pip.sh shim to have release -> git fallback for deps (diff)
downloadpkgcore-b1ccb0fc190795665dffa34b672bcf3b0419ccb4.tar.gz
pkgcore-b1ccb0fc190795665dffa34b672bcf3b0419ccb4.tar.bz2
pkgcore-b1ccb0fc190795665dffa34b672bcf3b0419ccb4.zip
readme: update git install instructions to use pip wrapper
Which will force install from snakeoil git as required by the build/install deps in the repo. [skip ci]
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 778254ef8..8153c281b 100644
--- a/README.rst
+++ b/README.rst
@@ -46,7 +46,8 @@ Installing latest pypi release in a virtualenv::
Installing from git in a virtualenv::
- pip install https://github.com/pkgcore/pkgcore/archive/master.tar.gz
+ git clone https://github.com/pkgcore/pkgcore.git
+ ./pkgcore/requirements/pip.sh ./pkgcore
Installing from a tarball or git repo::