File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Features
2424Links
2525=====
2626
27- - Project home page: http://python-control.sourceforge.net
27+ - Project home page: http://python-control.org
2828- Source code repository: https://github.com/python-control/python-control
2929- Documentation: http://python-control.readthedocs.org/
3030- Issue tracker: https://github.com/python-control/python-control/issues
@@ -46,7 +46,7 @@ https://github.com/python-control/Slycot
4646Installation
4747============
4848
49- The package may be installed using pip or distutils.
49+ The package may be installed using pip, conda, or distutils.
5050
5151Pip
5252---
@@ -56,6 +56,14 @@ To install using pip::
5656 pip install slycot # optional
5757 pip install control
5858
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
66+
5967Distutils
6068---------
6169
Original file line number Diff line number Diff line change @@ -62,11 +62,10 @@ For users with the Anaconda distribution of Python, the following
6262commands can be used::
6363
6464 conda install numpy scipy matplotlib # if not yet installed
65- conda install -c python-control -c cyclus slycot control
65+ conda install -c conda-forge control
6666
67- This installs `slycot ` and `python-control ` from the `python-control `
68- channel and uses the `cyclus ` channel to obtain the required `lapack `
69- package.
67+ This installs `slycot ` and `python-control ` from conda-forge, including the
68+ `openblas ` package.
7069
7170Alternatively, to use setuptools, first `download the source <https://github.com/python-control/python-control/releases >`_ and unpack
7271it. To install in your home directory, use::
You can’t perform that action at this time.
0 commit comments