From c352b2576339b34bc12daa8540da6c76681db584 Mon Sep 17 00:00:00 2001 From: Jurijs Kolomijecs Date: Wed, 22 Jun 2022 20:31:14 +0300 Subject: [PATCH] Documentation update --- DEVELOPMENT.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d9620991..1d71a8aa 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -35,3 +35,11 @@ You should have podman installed in your system, if not click [here](https://pod ``` 6. If the unit tests and the bash script `autogen.sh` is working correctly, then your system is now ready for development. + +## Podman local development + +Say you develop the architecture under `diagram.py` file. To generate picture, run Python interpreter against the code. + + ```shell + podman exec diagrams python diagram.py + ```