Skip to content

Commit

Permalink
doc: indents for code blocks in installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lavakyan committed Mar 5, 2021
1 parent 1d70a33 commit 10642b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Binding with MSTM
Example of GUI running script is:

.. code-block:: cmd
@ECHO OFF
PATH=C:\ProgramData\Anaconda3;C:\ProgramData\Anaconda3\Library\mingw-w64\bin;C:\ProgramData\Anaconda3\Library\usr\bin;C:\ProgramData\Anaconda3\Library\bin;C:\ProgramData\Anaconda3\Scripts;C:\ProgramData\Anaconda3\bin;C:\ProgramData\Anaconda3\condabin;%PATH%
set MSTM_BIN="C:\Users\L\Desktop\mstm_studio old\mstm-spectrum\mstm.exe"
Expand All @@ -107,8 +108,9 @@ Installation from PyPi: ``pip install scatterpy`` or ``pip install scatterpy --u
ScatterPy requires Numba library for speeding up the calculation. However, it is possible to install without Numba:

1. Download scatterpy source code
2. Edit file ``scatterpy/special.py``:
Remove line
2. Edit file ``scatterpy/special.py``.
Remove line:

.. code-block:: python
import numba as nb
Expand Down

0 comments on commit 10642b5

Please sign in to comment.