From ae7175b0d54e4f26ace231fca8f19792d689b36d Mon Sep 17 00:00:00 2001 From: sawyerbfuller <58706249+sawyerbfuller@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:22:23 -0700 Subject: [PATCH] Update intro.rst added missing "slycot" to standard anaconda install instructions t --- doc/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.rst b/doc/intro.rst index 7038b3f18..01fe81bd0 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -63,7 +63,7 @@ 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.