https://github.com/appsilon/shiny-for-python-drawflow
https://github.com/appsilon/shiny-for-python-drawflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appsilon/shiny-for-python-drawflow
- Owner: Appsilon
- Created: 2023-12-27T17:09:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T13:49:23.000Z (about 2 years ago)
- Last Synced: 2025-06-05T13:48:09.990Z (7 months ago)
- Language: CSS
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```