8000 Merge pull request #296 from roryyorke/rory/readme-install-instructions · zuoyanizz/python-control@c2e9f93 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2e9f93

Browse files
authored
Merge pull request python-control#296 from roryyorke/rory/readme-install-instructions
Put Conda as the first option for installing python-control [skip ci]
2 parents c765811 + a25f8dc commit c2e9f93

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.rst

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,32 @@ https://github.com/python-control/Slycot
4646
Installation
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

5165
Pip
5266
---
5367

5468
To 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

6776
Distutils
6877
---------

0 commit comments

Comments
 (0)
0