Skip to content

Commit

Permalink
Fix code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka committed Sep 16, 2015
1 parent 69997be commit 8352b09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and `matplotlob <http://matplotlib.org/>`_ be installed on your computer. Using
installed with:

::

pip install numpy
pip install scipy
pip install matplotlib
Expand All @@ -22,12 +23,14 @@ To install the latest stable version of SALib using pip, run the following
command:

::

pip install SALib
To install the latest development version of SALib, run the following
commands:

::

git clone https://github.com/SALib/SALib.git
cd SALib
python setup.py install
Expand Down

0 comments on commit 8352b09

Please sign in to comment.