File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed
Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,32 @@ https://github.com/python-control/Slycot
4646Installation
4747============
4848
49- The package may be installed using pip, conda, or distutils.
49+ Conda and conda-forge
50+ ---------------------
51+
52+ The easiest way to get started with the Control Systems library is
53+ using `Conda <https://conda.io >`_.
54+
55+ The Control Systems library has been packages for the `conda-forge
56+ <https://conda-forge.org> `_ Conda channel, and as of Slycot version
57+ 0.3.4, binaries for that package are available for 64-bit Windows,
58+ OSX, and Linux.
59+
60+ To install both the Control Systems library and Slycot in an existing
61+ conda environment, run::
62+
63+ conda install -c conda-forge control slycot
5064
5165Pip
5266---
5367
5468To install using pip::
5569
56- pip install slycot # optional
70+ pip install slycot # optional; see below
5771 pip install control
5872
59- conda-forge
60- -----------
61-
62- Binaries are available from conda-forge for selected platforms (Linux and
63- MacOS). Install using
64-
65- conda install -c conda-forge control
73+ If you install Slycot using pip you'll need a development environment
74+ (e.g., Python development files, C and Fortran compilers).
6675
6776Distutils
6877---------
You can’t perform that action at this time.
0 commit comments