diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 24836e9..93bb634 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -15,10 +15,10 @@ Dependencies Note for Windows Users when Installing Dependencies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you are a Windows user and you find when importing osmnet you see an error like this: `ImportError: DLL load failed: The specified module could not be found.` Most likely one of osmnet's dependencies did not install or compile correctly on your Windows machine. `geopandas` requires the dependency package `fiona` which requires the dependency package `gdal`. Windows users should not install these dependencies via conda or pip, instead you should download and install these packages via `Christoph Gohlke Windows python wheels`_: `GDAL Windows Wheel`_ and `Fiona Windows Wheel`_. Download the package that matched your python version and Windows system architecture, then cd into the download directory and install each package using: `pip install Fiona-1.7.6-cp27-cp27m-win_amd64.whl` and -`pip install GDAL-2.1.3-cp27-cp27m-win_amd64.whl` -If you have already installed these packaged via conda or pip, force a reinstall: `pip install Fiona-1.7.6-cp27-cp27m-win_amd64.whl --upgrade --force-reinstall` and -`pip install GDAL-2.1.3-cp27-cp27m-win_amd64.whl --upgrade --force-reinstall` +If you are a Windows user and you find when importing osmnet you see an error like this: ``ImportError: DLL load failed: The specified module could not be found.`` Most likely one of osmnet's dependencies did not install or compile correctly on your Windows machine. ``geopandas`` requires the dependency package ``fiona`` which requires the dependency package ``gdal``. Windows users should not install these dependencies via conda or pip, instead you should download and install these packages via `Christoph Gohlke Windows python wheels`_: `GDAL Windows Wheel`_ and `Fiona Windows Wheel`_. Download the package that matched your python version and Windows system architecture, then cd into the download directory and install each package using: ``pip install Fiona-1.7.6-cp27-cp27m-win_amd64.whl`` and +``pip install GDAL-2.1.3-cp27-cp27m-win_amd64.whl`` +If you have already installed these packaged via conda or pip, force a reinstall: ``pip install Fiona-1.7.6-cp27-cp27m-win_amd64.whl --upgrade --force-reinstall`` and +``pip install GDAL-2.1.3-cp27-cp27m-win_amd64.whl --upgrade --force-reinstall`` Current status ~~~~~~~~~~~~~~~~~~