Skip to content

Commit 8299ebb

Browse files
authored
Merge pull request #603 from python-control/sawyerbfuller-patch-1
remove statement that slycot only on linux
2 parents ba33a1a + ae7175b commit 8299ebb

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

doc/intro.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,20 @@ 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
6863
commands can be used::
6964

7065
conda install numpy scipy matplotlib # if not yet installed
71-
conda install -c conda-forge control
66+
conda install -c conda-forge control slycot
7267

7368
This installs `slycot` and `python-control` from conda-forge, including the
7469
`openblas` package.

0 commit comments

Comments
 (0)