This repository was archived by the owner on Feb 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff 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.
4042However, for best performance, it may be preferable to pre-install the following
4143subset into your system before installing ``NeuroM ``. These typically have installation
4244packages 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
5557Installing 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
6163Testing and documentation
Original file line number Diff line number Diff line change 3333Installation
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
3839how to set it up, see :ref: `venv-label `
3940
Original file line number Diff line number Diff line change 3737from optparse import Option
3838
3939
40- VERSION = "1.0.1.dev0 "
40+ VERSION = "1.1.0 "
4141
4242
4343def parse_reqs (reqs_file ):
You can’t perform that action at this time.
0 commit comments