From 3be8e1fe4cbc0e380be16862bc9cb91cfa676a4e Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 10 Feb 2023 11:18:49 +0100 Subject: [PATCH] Add poetry instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 53bad2c..ff82611 100644 --- a/README.md +++ b/README.md @@ -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