mirror of
https://github.com/Steffo99/bbbdl.git
synced 2024-11-22 07:44:18 +00:00
🗒 Add development instructions
This commit is contained in:
parent
7f6a94d78c
commit
2238642ad3
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
"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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue