Skip to content

Commit

Permalink
add app locally instrunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieke committed Aug 25, 2023
1 parent af23adb commit 9bedc51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ The prettymapp rewrite focuses on speed and adapted configuration to interface w
It drops more complex configuration options in favour of improved speed, reduced code complexity and
simplified configuration interfaces. It is partially tested and adds a [streamlit](https://streamlit.io/) webapp component.

## Running the app locally

```bash
git clone https://github.com/chrieke/prettymapp.git
cd prettymapp
streamlit run streamlit-prettymapp/app.py
```

## Python package

You can also use prettymapp without the webapp, directly in Python. This lets you customize the functionality or
Expand Down

0 comments on commit 9bedc51

Please sign in to comment.