Skip to content

Commit

Permalink
fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrosenzweig committed Aug 16, 2024
1 parent e4474ec commit 39c8d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd pytch

Install pytch:
```
pip3 install .
pip install .
```

On Linux, make sure the portaudio library is installed:
Expand All @@ -36,6 +36,6 @@ Every contribution is welcome. To ensure consistent style we use [black](https:/
You can add automated style checks at commit time using [pre-commit](https://pre-commit.com/)

```bash
pip3 install pre-commit
pip install pre-commit
pre-commit install
```

0 comments on commit 39c8d5a

Please sign in to comment.