Skip to content

Commit

Permalink
build: Add packages.txt to capture graphviz as external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFckHelmchen committed Jun 16, 2022
1 parent 00ef09f commit a65398c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graphviz

0 comments on commit a65398c

Please sign in to comment.