mirror of
https://github.com/alanorth/safari-bingo-cards.git
synced 2024-11-21 22:35:03 +01:00
README.md: add requirements
This commit is contained in:
parent
267ade7677
commit
4465c08c78
10
README.md
10
README.md
@ -6,11 +6,21 @@ Fun proof of concept to generate random wildlife bingo cards for safaris with da
|
||||
</p>
|
||||
|
||||
# Usage
|
||||
Once the requirements are satisfied you can generate a card. By default it generates a 4x4 grid with 16 images:
|
||||
|
||||
```console
|
||||
$ ./generate.py -i data/animals.csv -o out.jpg
|
||||
```
|
||||
|
||||
# Requirements
|
||||
Set up a Python 3.11+ virtual environment and install the requirements:
|
||||
|
||||
```console
|
||||
$ python3 -m .venv
|
||||
$ source .venv/bin/activate
|
||||
$ pip install -r requirements.lock
|
||||
```
|
||||
|
||||
# TODO
|
||||
|
||||
- Credit photographers — these photos are all some variation of CC-BY so we need to give attribution
|
||||
|
Loading…
Reference in New Issue
Block a user