summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-06-16 08:06:33 -0700
committerGitHub <noreply@github.com>2022-06-16 19:06:33 +0400
commit5aa82fe30ba50cd9ca7aa3759407a069f1631b57 (patch)
tree9fbad89020ddae5cdd213b76fa6bbe6d8c7e149e /INSTALL.rst
parent19dbcfb672d3462f82640e3a9a9c56583e252f20 (diff)
downloadnetworkx-5aa82fe30ba50cd9ca7aa3759407a069f1631b57.tar.gz
Remove gdal dependency (#5766)
* Remove gdal dependency * [skip ci] Rm mention of gdal from roadmap. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 792c099b..e52244dd 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -78,7 +78,7 @@ Extra packages
--------------
.. note::
- Some optional packages (e.g., `gdal`) may require compiling
+ Some optional packages may require compiling
C or C++ code. If you have difficulty installing these packages
with `pip`, please consult the homepages of those packages.
@@ -90,7 +90,6 @@ version requirements.
`pydot <https://github.com/erocarrera/pydot>`_ provide graph drawing
and graph layout algorithms via `GraphViz <http://graphviz.org/>`_.
- `PyYAML <http://pyyaml.org/>`_ provides YAML format reading and writing.
-- `gdal <http://www.gdal.org/>`_ provides shapefile format reading and writing.
- `lxml <http://lxml.de/>`_ used for GraphML XML format.
To install ``networkx`` and extra packages, do::
@@ -99,7 +98,7 @@ To install ``networkx`` and extra packages, do::
To explicitly install all optional packages, do::
- $ pip install pygraphviz pydot pyyaml gdal lxml
+ $ pip install pygraphviz pydot pyyaml lxml
Or, install any optional package (e.g., ``pygraphviz``) individually::