Skip to content

Commit

Permalink
Fix setup documentation re. “—extra-index-url”. Thanks, Richard!
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 2, 2017
1 parent 7eb3da1 commit 8776c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -5,6 +5,7 @@ CHANGES

in progress
===========
- Fix setup documentation re. ``--extra-index-url``. Thanks, Richard!


2016-09-30 0.8.0
Expand Down
4 changes: 2 additions & 2 deletions doc/source/setup.rst
Expand Up @@ -18,7 +18,7 @@ Stable release
--------------
Install most recent *BERadio* Python distribution::

pip install --index-url=https://packages.hiveeyes.org/hiveeyes/python/eggs/ beradio [--upgrade]
pip install --extra-index-url=https://packages.hiveeyes.org/hiveeyes/python/eggs/ beradio [--upgrade]

.. note::

Expand All @@ -28,7 +28,7 @@ Specific release
----------------
Install *BERadio* version 0.6.0::

pip install --index-url=https://packages.hiveeyes.org/hiveeyes/python/eggs/ beradio==0.6.0
pip install --extra-index-url=https://packages.hiveeyes.org/hiveeyes/python/eggs/ beradio==0.6.0

.. tip::

Expand Down

0 comments on commit 8776c7f

Please sign in to comment.