8000 DOC: update installation instructions (#225) · uLipe/python-control@25f1371 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25f1371

Browse files
committed
DOC: update installation instructions (python-control#225)
1 parent 708f8ec commit 25f1371

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Features
2424
Links
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
4646
Installation
4747
============
4848

49-
The package may be installed using pip or distutils.
49+
The package may be installed using pip, conda, or distutils.
5050

5151
Pip
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+
5967
Distutils
6068
---------
6169

doc/intro.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ For users with the Anaconda distribution of Python, the following
6262
commands 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

7170
Alternatively, to use setuptools, first `download the source <https://github.com/python-control/python-control/releases>`_ and unpack
7271
it. To install in your home directory, use::

0 commit comments

Comments
 (0)
0