Add poetry instructions
This commit is contained in:
parent
102fb78c02
commit
3be8e1fe4c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue