Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 02f61e7

Browse files
authored
Merge pull request #525 from juanchopanza/install-docs
Update installation instructions and version string.
2 parents ab03c51 + a3eee6b commit 02f61e7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

doc/source/dependencies.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Build and runtime
3636

3737
.. _pre-dep-label:
3838

39-
When installed using ``pip``, ``NeuroM`` will take care of installing unmet dependencies.
39+
``NeuroM`` requires Python version 2.6 or higher (but not version 3.x).
40+
When installed using `pip <https://pip.pypa.io/en/stable/>`_, ``NeuroM``
41+
will take care of installing unmet dependencies.
4042
However, for best performance, it may be preferable to pre-install the following
4143
subset into your system before installing ``NeuroM``. These typically have installation
4244
packages available for must common Linux distributions and Mac OSX:
@@ -55,7 +57,7 @@ These remaining dependencies are lightweight and can be left to the automatic in
5557
Installing and building
5658
-----------------------
5759

58-
* `pip <https://pip.pypa.io/en/stable/>`_
60+
* `pip <https://pip.pypa.io/en/stable/>`_ version 8.1.0 or higher.
5961
* `virtualenv <https://virtualenv.pypa.io/en/stable/>`_
6062

6163
Testing and documentation

doc/source/install.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
Installation
3434
============
3535

36-
It is recommended that you use `pip <https://pip.pypa.io/en/stable/>`_ to install into
36+
It is recommended that you use `pip <https://pip.pypa.io/en/stable/>`_ version 8.1.0
37+
or higher to install into
3738
``NeuroM`` into a `virtualenv <https://virtualenv.pypa.io/en/stable/>`_. For details on
3839
how to set it up, see :ref:`venv-label`
3940

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from optparse import Option
3838

3939

40-
VERSION = "1.0.1.dev0"
40+
VERSION = "1.1.0"
4141

4242

4343
def parse_reqs(reqs_file):

0 commit comments

Comments
 (0)