Skip to content

Commit 05bcf91

Browse files
remove statement that slycot only on linux
removed incorrect statement in intro.rst that slycot is only available on linux. It is now available on windows and Mac, too. And removed mention of fortran compiler; if somebody wants to compile slycot they can go the slycot project page to learn how.
1 parent 5434318 commit 05bcf91

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

doc/intro.rst

+3-8
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,13 @@ To install using pip::
5050

5151
Many parts of `python-control` will work without `slycot`, but some
5252
functionality is limited or absent, and installation of `slycot` is
53-
recommended.
54-
55-
*Note*: the `slycot` library only works on some platforms, mostly
56-
linux-based. Users should check to insure that slycot is installed
53+
recommended. Users can check to insure that slycot is installed
5754
correctly by running the command::
5855

5956
python -c "import slycot"
6057

61-
and verifying that no error message appears. It may be necessary to install
62-
`slycot` from source, which requires a working FORTRAN compiler and either
63-
the `lapack` or `openplas` library. More information on the slycot package
64-
can be obtained from the `slycot project page
58+
and verifying that no error message appears. More information on the
59+
slycot package can be obtained from the `slycot project page
6560
<https://github.com/python-control/Slycot>`_.
6661

6762
For users with the Anaconda distribution of Python, the following

0 commit comments

Comments
 (0)