File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -50,25 +50,20 @@ To install using pip::
5050
5151Many parts of `python-control ` will work without `slycot `, but some
5252functionality 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
5754correctly 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
6762For users with the Anaconda distribution of Python, the following
6863commands 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
7368This installs `slycot ` and `python-control ` from conda-forge, including the
7469`openblas ` package.
You can’t perform that action at this time.
0 commit comments