aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-08-10 03:17:26 -0400
committerTim Harder <radhermit@gmail.com>2015-08-10 03:17:26 -0400
commit40eb7f2f64cc9dd6cdfe48a7115938bb4be642de (patch)
tree88a6d33a6ff42dddc476359b80194926276c354f /README.rst
parentbump version (diff)
downloadpkgcore-40eb7f2f64cc9dd6cdfe48a7115938bb4be642de.tar.gz
pkgcore-40eb7f2f64cc9dd6cdfe48a7115938bb4be642de.tar.bz2
pkgcore-40eb7f2f64cc9dd6cdfe48a7115938bb4be642de.zip
readme: re-add explicit snakeoil install step
I don't think pip pulls out setup_requires settings from the setup.py script how I was expecting (i.e. without having to import things) so manually installing snakeoil is generally required.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 30c6d9ef6..34a2b5085 100644
--- a/README.rst
+++ b/README.rst
@@ -67,6 +67,7 @@ Installing
Installing latest pypi release in a virtualenv::
+ pip install snakeoil
pip install pkgcore
Installing from git in a virtualenv (note that snakeoil should be used from git)::