summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2017-03-21 17:18:20 +0530
committerMridul Seth <seth.mridul@gmail.com>2017-03-21 17:18:20 +0530
commitba50dfa03a4827afce65b28e2f4191f0d428d552 (patch)
treef999a62519a475ba551abcd04060fb6fbc3a4be7 /README.rst
parentec9581ade9aa86dc82a197e26b4e3575f23e09de (diff)
downloadnetworkx-ba50dfa03a4827afce65b28e2f4191f0d428d552.tar.gz
update readme with optional dependencies install option
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index eda8570d..0cb378f2 100644
--- a/README.rst
+++ b/README.rst
@@ -44,6 +44,12 @@ Decorator package is required for NetworkX.
$ pip install decorator
+Install networkx with optional dependencies
+
+::
+
+ $ pip install networkx[all]
+
Usage
-----