cellarspoon
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
8 additions and
0 deletions
-
README.md
|
@ -35,3 +35,11 @@ make_cards( |
|
|
- `pip install poetry2setup && poetry2setup > setup.py` |
|
|
- `pip install poetry2setup && poetry2setup > setup.py` |
|
|
- `git add . && git commit -m "chore: publish new version"` |
|
|
- `git add . && git commit -m "chore: publish new version"` |
|
|
- `poetry publish --build` |
|
|
- `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 |
|
|
|
|
|
``` |
|
|