Skip to content

Commit 3bfd2be

Browse files
committed
DOC: fixed small typo in installation docs + add prereqs
1 parent 349025b commit 3bfd2be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/intro.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ and verifying that no error message appears. It may be necessary to install
5959
from the `slycot project page <https://github.com/python-control/Slycot>`_.
6060

6161
For users with a working the Anaconda distribution of Python, the following
62-
command can be used::
62+
commands can be used::
6363

64-
conda install -c python-control -c cyclus slycot python-control
64+
conda install numpy scipy matplotlib # if not yet installed
65+
conda install -c python-control -c cyclus slycot control
6566

6667
This installs `slycot` and `python-control` from the `python-control`
6768
channel and uses the `cyclus` channel to obtain the required `lapack`

0 commit comments

Comments
 (0)