Skip to content

Commit

Permalink
Update Install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 authored Apr 2, 2024
1 parent 0389a25 commit c1b9223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This is probably the easiest way to install MapReader.
pip install mapreader
.. note:: Replace `pip install mapreader` with `pip install "mapreader[geo]"` if you would like to install cartopy with your mapreader installation.
.. note:: Replace ``pip install mapreader`` with ``pip install "mapreader[geo]"`` if you would like to install cartopy with your mapreader installation.

Method 2: Install from source
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -121,7 +121,7 @@ This method will create a ``MapReader`` directory on your machine which will con
pip install -v -e .
.. note:: Replace `pip install -v -e .` with `pip install -v -e ".[geo]" if you would like to install cartopy with your mapreader installation.
.. note:: Replace ``pip install -v -e .`` with ``pip install -v -e ".[geo]"`` if you would like to install cartopy with your mapreader installation.

..
Method 3: Install via conda (**EXPERIMENTAL**)
Expand Down

0 comments on commit c1b9223

Please sign in to comment.