Quick start
To get started with PyTauri, you first need to decide which of the two versions you want to use.
- core: for when you want to combine the power of rust with the versatility of python
- wheel: no rust required
For both versions, pnpm and uv are requirements.
Core
Creating a new project
The Core version of PyTauri can be set up easily using create-pytauri-app. The pytauri-cli also uses this under the hood.
Simply enter the command below and follow the prompts.
uvx copier copy https://github.com/pytauri/create-pytauri-app .
If you're looking to dive deeper into things and want to completely set up a new project by yourself step-by-step, you can read how to here