Skip to content

Commit

Permalink
DOC: rst syntax fix (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout authored and caspervdw committed Jan 8, 2020
1 parent 33351c7 commit 9f559da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Anaconda (all platforms)

1. `Install anaconda / miniconda <https://docs.anaconda.com/anaconda/install/>`_
2. Start the `Anaconda Prompt` via the start menu
3. `conda config --add channels conda-forge`
4. `conda update conda`
5. `conda install python=3.6 gdal=2.4.1 scipy=1.3.1 dask-geomodeling ipyleaflet matplotlib pillow`
3. ``conda config --add channels conda-forge``
4. ``conda update conda``
5. ``conda install python=3.6 gdal=2.4.1 scipy=1.3.1 dask-geomodeling ipyleaflet matplotlib pillow``

.. note::

Expand Down

0 comments on commit 9f559da

Please sign in to comment.