8000 remove from readme.rst that you need a fortran compiler to install sl… · python-control/python-control@472f2c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 472f2c6

Browse files
remove from readme.rst that you need a fortran compiler to install slycot
The statement that slycot needs a fortran compiler is likely to scare off many potential users of the library, and it is not correct. Binaries of slycot are now available through conda-forge and other locations, which mean you don't need a fortran compiler.
1 parent 5434318 commit 472f2c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ The package requires numpy, scipy, and matplotlib. In addition, some routines
5151
use a module called slycot, that is a Python wrapper around some FORTRAN
5252
routines. Many parts of python-control will work without slycot, but some
5353
functionality is limited or absent, and installation of slycot is recommended
54-
(see below). Note that in order to install slycot, you will need a FORTRAN
55-
compiler on your machine. The Slycot wrapper can be found at:
54+
(see below). The Slycot wrapper can be found at:
5655

5756
https://github.com/python-control/Slycot
5857

0 commit comments

Comments
 (0)
0