summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2015-09-10 20:37:08 +0530
committerMridul Seth <seth.mridul@gmail.com>2015-09-10 20:37:08 +0530
commitc152d3916258a2dea41d61966853ebd88e22676b (patch)
treeb873022e470fcf4cd37c811dc7a7df61d0973c41
parent603c46d5d1ff997f3328ae1f91c706ab9c2b473d (diff)
downloadnetworkx-c152d3916258a2dea41d61966853ebd88e22676b.tar.gz
Update install documentation
-rw-r--r--doc/source/install.rst22
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index e53cbf04..81018f17 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -5,8 +5,8 @@ Installing
Before installing NetworkX, you need to have
`setuptools <https://pypi.python.org/pypi/setuptools>`_ installed.
-Quick install
-=============
+Installing with pip
+===================
Get NetworkX from the Python Package Index at
http://pypi.python.org/pypi/networkx
@@ -28,6 +28,24 @@ You can install the development version (at github.com) with
More download file options are at http://networkx.github.io/download.html.
+
+Installing with conda
+=====================
+
+If you are using Ananconda/Miniconda distribution of Python then you can
+update/install NetworkX to the latest version with
+
+::
+
+ conda update networkx
+
+Miniconda
+
+::
+
+ conda install networkx
+
+
Installing from source
======================