Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

remove statement that slycot only on linux#603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bnavigator merged 2 commits intomasterfromsawyerbfuller-patch-1
Apr 2, 2021
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletionsdoc/intro.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,25 +50,20 @@ To install using pip::

Many parts of `python-control` will work without `slycot`, but some
functionality is limited or absent, and installation of `slycot` is
recommended.

*Note*: the `slycot` library only works on some platforms, mostly
linux-based. Users should check to insure that slycot is installed
recommended. Users can check to insure that slycot is installed
correctly by running the command::

python -c "import slycot"

and verifying that no error message appears. It may be necessary to install
`slycot` from source, which requires a working FORTRAN compiler and either
the `lapack` or `openplas` library. More information on the slycot package
can be obtained from the `slycot project page
and verifying that no error message appears. More information on the
slycot package can be obtained from the `slycot project page
<https://github.com/python-control/Slycot>`_.

For users with the Anaconda distribution of Python, the following
commands can be used::

conda install numpy scipy matplotlib # if not yet installed
conda install -c conda-forge control
conda install -c conda-forge control slycot

This installs `slycot` and `python-control` from conda-forge, including the
`openblas` package.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp