From 2238642ad38f164ada0bba39b98b1665a44423b1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 13 Nov 2020 16:18:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=92=20Add=20development=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + ```