Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 8757798

Browse files
committed
Merge pull request #54 from andreas-h/docnetworkx
DOC: add networkx requirement to install intructions
2 parents 4c5bab0 + b7e0d05 commit 8757798

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc_src/global.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.. _Python: http://python.org
66
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
77
.. _NumPy: http://www.numpy.org/
8+
.. _networkx: https://networkx.github.io/
89

910
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
1011
.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper/

doc_src/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation
77

88
python-colormath currently requires Python 2.7 or Python 3.3+. There are no
99
plans to add support for earlier versions of Python 2 or 3. The only other
10-
requirement is NumPy_.
10+
requirements are NumPy_ and networkx_.
1111

1212
For those on Linux/Unix Mac OS, the easiest route will be :command:`pip` or
1313
:command:`easy_install`::

0 commit comments

Comments
 (0)