Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 546 Bytes

README.md

File metadata and controls

64 lines (39 loc) · 546 Bytes

Python Graph

Functional programming with graphs in Python

Dependencies - Make sure to install Go Task and UV

UV - Through pip

pip install uv

Go Task

Windows


Using Chocolatey

choco install task

Using Winget

winget install Task.Task

Mac


brew install go-task/tap/go-task

Linux

sudo apt install task

Start a .venv

uv sync

Run the app

task run

Start Tailwind watcher

task build