summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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
-----