diff --git a/README.md b/README.md index 91d1f76..7f468de 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,11 @@ A JSON file containing an object with filename/url pairs: "b.mp4": "https://example.org/playback/presentation/2.0/playback.html?meetingId=bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb-2222222222222" } ``` + +### Development + +1. Clone the git repository +2. Install the dependencies with poetry: + ```bash + poetry install + ```