We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349025b commit 3bfd2beCopy full SHA for 3bfd2be
doc/intro.rst
@@ -59,9 +59,10 @@ and verifying that no error message appears. It may be necessary to install
59
from the `slycot project page <https://github.com/python-control/Slycot>`_.
60
61
For users with a working the Anaconda distribution of Python, the following
62
-command can be used::
+commands can be used::
63
64
- conda install -c python-control -c cyclus slycot python-control
+ conda install numpy scipy matplotlib # if not yet installed
65
+ conda install -c python-control -c cyclus slycot control
66
67
This installs `slycot` and `python-control` from the `python-control`
68
channel and uses the `cyclus` channel to obtain the required `lapack`
0 commit comments