From a65398c07c55a5dc826f73c46cccf2715501a639 Mon Sep 17 00:00:00 2001 From: "D. J. Mack" Date: Thu, 16 Jun 2022 21:41:22 +0200 Subject: [PATCH] build: Add packages.txt to capture graphviz as external dependency --- README.md | 7 +++++-- packages.txt | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 packages.txt diff --git a/README.md b/README.md index 5f650fd..86cb64e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Wrath & Glory Space Hulk Generator +[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/LordFckHelmchen/wrath-and-glory-space-hulk-generator/[branch name]/[app path]) + The _Wrath & Glory Space Hulk Generator_ contains a random map generator for [Cubicle7](https://cubicle7games.com)'s Warhammer 40k role-playing @@ -25,8 +27,9 @@ An initial analysis of the use cases for the generator is given in [USE_CASES.md Currently, there is no stand-alone installation. To locally use the project, e.g. for making code changes, -1. Install the repositories via [poetry](https://python-poetry.org) from [pyproject.toml](pyproject.toml) -2. Run the app via `streamlit run streamlit_app.py` from the repository root +1. Install the external dependencies from [packages.txt](packages.txt) (e.g. the graphviz backend) +2. Install the Python dependencies via [poetry](https://python-poetry.org) from [pyproject.toml](pyproject.toml) +3. Run the app via `streamlit run streamlit_app.py` from the repository root ## Contributing diff --git a/packages.txt b/packages.txt new file mode 100644 index 0000000..abecf5d --- /dev/null +++ b/packages.txt @@ -0,0 +1 @@ +graphviz \ No newline at end of file