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