Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 28, 2024
1 parent 72b7b2b commit 24fc047
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This package provides the following features:
- add bode plots

## Installation
<details>
<summary>Installation on Linux</summary>

### On Linux
First, install matplotlib:
```bash
Expand All @@ -37,6 +40,10 @@ and install `ControlPlots`
using Pkg
pkg"add ControlPlots"
```

</details>
<details>
<summary>Installation on Windows</summary>

### On Windows
If not done yet, create a project:
Expand All @@ -51,6 +58,7 @@ using Pkg
ENV["PYTHON"]=""
pkg"add ControlPlots"
```
</details>

## Usage

Expand Down

0 comments on commit 24fc047

Please sign in to comment.