Skip to content

Commit

Permalink
Add notes about limitations with older pip version installs
Browse files Browse the repository at this point in the history
* Workaround for pip versions less than 1.1
* Closes #57
  • Loading branch information
tbielawa committed Jun 29, 2016
1 parent 106c78f commit 07a626e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -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 <https://pypi.python.org/pypi/bitmath/#downloads>`_, from
PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57
<https://github.com/tbielawa/bitmath/issues/57#issuecomment-227018168>`_
for more information.

**Source**:

Expand Down
9 changes: 8 additions & 1 deletion docsite/source/index.rst
Expand Up @@ -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 <https://pypi.python.org/pypi/bitmath/#downloads>`_, from
PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57
<https://github.com/tbielawa/bitmath/issues/57#issuecomment-227018168>`_
for more information.


**Source**:

Expand Down Expand Up @@ -135,7 +143,6 @@ Contents

.. _index_examples:


Examples
========

Expand Down
9 changes: 8 additions & 1 deletion docsite/source/index.rst.in
Expand Up @@ -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 <https://pypi.python.org/pypi/bitmath/#downloads>`_, from
PyPi and then ``pip install bitmath-x.y.z.tar.gz``. See `issue #57
<https://github.com/tbielawa/bitmath/issues/57#issuecomment-227018168>`_
for more information.


**Source**:

Expand Down Expand Up @@ -135,4 +143,3 @@ Contents

.. _index_examples:


0 comments on commit 07a626e

Please sign in to comment.