Skip to content

Commit 3a40b21

Browse files
committed
README whitespace cleanup.
1 parent 4c89611 commit 3a40b21

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Slycot
1616
Python wrapper for selected SLICOT routines, notably including solvers for
1717
Riccati, Lyapunov, and Sylvester equations.
1818

19-
2019
Dependencies
2120
------------
2221

@@ -36,20 +35,19 @@ On Debian derivatives you should be able to install OpenBLAS using::
3635
sudo apt-get install libopenblas-dev
3736

3837
Additionally install cmake and install scikit-build with pip or conda.
39-
38+
4039
On Mac, you will first need to install the `developer tools
4140
<https://developer.apple.com/xcode/>`_. You can then install gfortran using
4241
`homebrew <http://brew.sh>`_ with::
4342

4443
brew install gcc
4544

46-
On Windows, the BLAS and LAPACK libraries can be obtained from:
45+
On Windows, the BLAS and LAPACK libraries can be obtained from:
4746

4847
http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.4.1/Dynamic-MINGW/Win32/
4948

5049
Alternatively, use conda to install BLAS and LAPACK or OpenBLAS
5150

52-
5351
Installing
5452
-----------
5553

@@ -88,7 +86,7 @@ e.g. ``/path/to/slycot_src/``, and execute::
8886
cd /path/to/slycot_src/
8987
python setup.py install
9088

91-
Where # is for commands that needs to be executed as root/administrator.
89+
Where # is for commands that needs to be executed as root/administrator.
9290

9391
If you need to specify a specific compiler, set the environment
9492
variable FC before running the install::
@@ -120,7 +118,7 @@ incompatible with Python 2.7.
120118
If you are using conda, you can also get working
121119
(binary) copies of LAPACK from conda-forge using the command::
122120

123-
conda install -c conda-forge lapack
121+
conda install -c conda-forge lapack
124122

125123
Slycot will also work with the OpenBLAS libraries.
126124

0 commit comments

Comments
 (0)