Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrosenzweig committed Aug 13, 2024
1 parent 39d627e commit aa72c0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
sudo apt install portaudio19-dev libportaudio2
sudo apt install libportaudio2
python -m pip install --upgrade pip
pip install flake8 pytest
- name: Lint with flake8
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Pytch Vocal Trainer
===============

![screenshot](pictures/screenshot.png)

## Download and Installation

Clone the project
Expand All @@ -14,9 +16,9 @@ Install pytch:
pip3 install .
```

For development purposes, install pytch with:
On Linux, make sure the portaudio library is installed:
```
pip3 install -e .
sudo apt install libportaudio2
```

## Run
Expand Down
Binary file added pictures/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa72c0a

Please sign in to comment.