Make sure you have already installed
rust,python,uvand Tauri Prerequisites.You can find that in tutorial section in PyTauri Documentation.
Also, you need
tauri-cli, you can install it bycargo install tauri-cli.
Clone this repository and cd into it first.
# create and activate virtual environment
uv venv --python-preference only-system
source .venv/bin/activate
# or powershell: .venv\Scripts\activate
# install the example package
uv sync
# run the app
cargo tauri dev --no-dev-server-waitSee scripts/README.md.