Add poetry instructions

This commit is contained in:
Ruben van de Ven 2023-02-10 11:18:49 +01:00
parent 102fb78c02
commit 3be8e1fe4c
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ The easiest way to run svganim is with docker-compose. Alternatively you can cho
* `docker-compose up -d`
* Docker should now expose the service at port 7890. Edit docker-compose.yml to change this.
Alternatively, you can set up the environment using [poetry](https://python-poetry.org/).
* `cd app`
* `poetry install` to install dependencies.
* `poetry run python webserver.py --storage ../file`
### Update
* `git pull` the new revision