Skip to content

remove statement that slycot only on linux #603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,20 @@ To install using pip::

Many parts of `python-control` will work without `slycot`, but some
functionality is limited or absent, and installation of `slycot` is
recommended.

*Note*: the `slycot` library only works on some platforms, mostly
linux-based. Users should check to insure that slycot is installed
recommended. Users can check to insure that slycot is installed
correctly by running the command::

python -c "import slycot"

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

For users with the Anaconda distribution of Python, the following
commands can be used::

conda install numpy scipy matplotlib # if not yet installed
conda install -c conda-forge control
conda install -c conda-forge control slycot

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