From cf0ced85d1f322852492d20a6044b38e5ebaf624 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Mon, 8 Apr 2024 11:59:10 -0700 Subject: [PATCH] update docs --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 4f669619e..163ffd9b3 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -22,7 +22,7 @@ You can run OSMnx + JupyterLab directly from the official OSMnx `Docker`_ image. Pip --- -If you already have all of its dependencies installed and tested on your system, you can install OSMnx with `pip`_. OSMnx is written in pure Python and its installation alone is thus trivially simple. However, it depends on other packages written in C. Installing those dependencies with pip can be challenging depending on your specific system's configuration. Therefore, if you're not sure what you're doing, just follow the conda instructions above to avoid installation problems. +You may be able to install OSMnx with `pip`_ but this is not officially supported. OSMnx is written in pure Python and its installation alone is thus trivially simple if you already have all of its dependencies installed and tested on your system. OSMnx depends on other packages written in C, and installing those dependencies with pip is sometimes challenging depending on your specific system's configuration. Therefore, if you're not sure what you're doing, just follow the conda instructions above to avoid installation problems. .. _conda: https://conda.io/ .. _conda-forge: https://conda-forge.org/