Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Simplify install guide.
  • Loading branch information
Rafiot authored Jan 19, 2025
1 parent b57d483 commit e068c51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A capturing system using playwright, as a web service.

## System dependencies

You need poetry installed, see the [install guide](https://python-poetry.org/docs/). You also need the [poetry shell plugin](https://github.com/python-poetry/poetry-plugin-shell), which you can install [this way](https://github.com/python-poetry/poetry-plugin-shell?tab=readme-ov-file#installation).
You need poetry installed, see the [install guide](https://python-poetry.org/docs/). The [poetry shell plugin](https://github.com/python-poetry/poetry-plugin-shell) is not strictly required, but will make your life easier. You can install it [this way](https://github.com/python-poetry/poetry-plugin-shell?tab=readme-ov-file#installation).

## Prerequisites

Expand Down Expand Up @@ -68,10 +68,9 @@ poetry install
Install the system dependencies required by playwright (will call sudo):

```bash
poetry shell
playwright install-deps
poetry run playwright install-deps
# for pydub:
apt install ffmpeg libavcodec-extra
sudo apt install ffmpeg libavcodec-extra
```

Initialize the `.env` file:
Expand Down

0 comments on commit e068c51

Please sign in to comment.