Skip to content

Commit

Permalink
fixed markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sablanchard committed May 30, 2017
1 parent b908e3c commit a748346
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit a748346

Please sign in to comment.