From 07a626eb38dfe6fa45fe3e2cb8ed1e653041dc8a Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Wed, 29 Jun 2016 10:59:41 -0400 Subject: [PATCH] Add notes about limitations with older pip version installs * Workaround for pip versions less than 1.1 * Closes #57 --- README.rst | 7 +++++++ docsite/source/index.rst | 9 ++++++++- docsite/source/index.rst.in | 9 ++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a9ef161..367e01e 100644 --- a/README.rst +++ b/README.rst @@ -101,6 +101,13 @@ You could also install bitmath from `PyPi $ sudo pip install bitmath +.. note:: + + **pip** installs need pip >= 1.1. To workaround this, `download + bitmath `_, from + PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57 + `_ + for more information. **Source**: diff --git a/docsite/source/index.rst b/docsite/source/index.rst index fcae584..abfc5d9 100644 --- a/docsite/source/index.rst +++ b/docsite/source/index.rst @@ -96,6 +96,14 @@ You could also install bitmath from `PyPi $ sudo pip install bitmath +.. note:: + + **pip** installs need pip >= 1.1. To workaround this, `download + bitmath `_, from + PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57 + `_ + for more information. + **Source**: @@ -135,7 +143,6 @@ Contents .. _index_examples: - Examples ======== diff --git a/docsite/source/index.rst.in b/docsite/source/index.rst.in index 33e9b8e..c22a7c0 100644 --- a/docsite/source/index.rst.in +++ b/docsite/source/index.rst.in @@ -96,6 +96,14 @@ You could also install bitmath from `PyPi $ sudo pip install bitmath +.. note:: + + **pip** installs need pip >= 1.1. To workaround this, `download + bitmath `_, from + PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57 + `_ + for more information. + **Source**: @@ -135,4 +143,3 @@ Contents .. _index_examples: -