Skip to content

Commit

Permalink
add missing --install-option=build_ext to pip install example for win…
Browse files Browse the repository at this point in the history
…dows (#910)
  • Loading branch information
underchemist authored Jun 10, 2020
1 parent 7f6f9dc commit e46abf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ the ``GDAL_VERSION`` environment variable (e.g. ``set GDAL_VERSION=2.1``).
.. code-block:: console
$ set GDAL_VERSION=3.0
$ pip install --install-option="-I<drive letter>:\\<path to gdal include files>\\include" --install-option="-lgdal_i" --install-option="-L<drive letter>:\\<path to gdal lib files>\\libs" fiona
$ pip install --install-option=build_ext --install-option="-I<drive letter>:\\<path to gdal include files>\\include" --install-option="-lgdal_i" --install-option="-L<drive letter>:\\<path to gdal lib files>\\libs" fiona
Note: The GDAL DLL (``gdal111.dll`` or similar) and gdal-data directory need to
be in your Windows PATH otherwise Fiona will fail to work.
Expand Down

0 comments on commit e46abf2

Please sign in to comment.