summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrabner <pjg.github@ubergrabner.net>2014-04-27 18:08:49 -0400
committergrabner <pjg.github@ubergrabner.net>2014-04-27 18:08:49 -0400
commit0bfc865a002129b05eff2670088da96bdcfd8db7 (patch)
treebd290d087d52643a6b0b810934d1e9f9feef438e
parent2338686d070bfd7ff64a8fa83f88b62a921ba719 (diff)
downloadiniherit-0bfc865a002129b05eff2670088da96bdcfd8db7.tar.gz
added note about py3 needing a new `distribute` version
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 97ef608..552605b 100644
--- a/README.rst
+++ b/README.rst
@@ -84,6 +84,10 @@ follows:
.. code-block:: bash
+ # if using python 3+, upgrade your `distribute` package *first*
+ $ pip install "distribute>=0.7.3"
+
+ # then istall with pip:
$ pip install iniherit