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
46
46
Installation
47
47
============
48
48
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
50
64
51
65
Pip
52
66
---
53
67
54
68
To install using pip::
55
69
56
- pip install slycot # optional
70
+ pip install slycot # optional; see below
57
71
pip install control
58
72
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).
66
75
67
76
Distutils
68
77
---------
You can’t perform that action at this time.
0 commit comments