Installation¶
Requirements¶
- Python 3.9 or higher (up to 3.12)
- Git
Installation Methods¶
Using uv (Recommended)¶
The easiest way to install wcheck is using uv:
Using pip¶
Virtual Environment
It's recommended to use a virtual environment:
From Source¶
Optional Dependencies¶
GUI Support (PySide6)¶
For the graphical interface with branch selection dialogs:
Then use --gui flag with status or wconfig commands.
TUI Support (Textual)¶
For the interactive terminal interface:
Then use --tui flag with status or wconfig commands.