Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdKuijpers committed Oct 10, 2024
1 parent 758e836 commit afde03f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ The configuration of atagone2mqtt is done with the following environment variabl

## Build

You can run the app directly from Python, after installing the modules from `requirements.txt`. Alternatatively, you can use the supplied Dockerfile to build a Docker container to run app.
You can run the app directly from Python, after installing the modules with [poetry](https://python-poetry.org/docs/):

```bash
pip install poetry
poetry install --without dev --no-root
python -m atagmqtt
```

Alternatatively, you can use the supplied Dockerfile to build a Docker container to run app.

Building for docker hub can be done with:

Expand Down

0 comments on commit afde03f

Please sign in to comment.