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::
50
50
51
51
Many parts of `python-control ` will work without `slycot `, but some
52
52
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
57
54
correctly by running the command::
58
55
59
56
python -c "import slycot"
60
57
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
65
60
<https://github.com/python-control/Slycot> `_.
66
61
67
62
For users with the Anaconda distribution of Python, the following
68
63
commands can be used::
69
64
70
65
conda install numpy scipy matplotlib # if not yet installed
71
- conda install -c conda-forge control
66
+ conda install -c conda-forge control slycot
72
67
73
68
This installs `slycot ` and `python-control ` from conda-forge, including the
74
69
`openblas ` package.
You can’t perform that action at this time.
0 commit comments