docs: install commands

This commit is contained in:
cellarspoon 2021-12-09 12:10:08 +01:00
parent 99497dcc73
commit 96d9bf616e
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -35,3 +35,11 @@ make_cards(
- `pip install poetry2setup && poetry2setup > setup.py`
- `git add . && git commit -m "chore: publish new version"`
- `poetry publish --build`
## deploy it
```
sudo apt-get install libtiff5-dev libjpeg-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev build-essential python3-dev
```