An open API service indexing awesome lists of open source software.

https://github.com/appsilon/shiny-for-python-drawflow


https://github.com/appsilon/shiny-for-python-drawflow

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# shiny-for-python-drawflow

## How to run

Create a new virtual environment

```bash
python3 -m venv .venv

source .venv/bin/activate
```

Install dependencies
```bash
pip install -r requirements.txt
```

Run the app
```bash
shiny run
```