Installation
piespector currently targets Python 3.10+.
Install from source
Section titled “Install from source”From the project root:
python3 -m venv .venvsource .venv/bin/activatepip install -e .Start the app
Section titled “Start the app”piespectorRequirements
Section titled “Requirements”- Python
>=3.10 - A local environment where
Textualapps can run in the terminal
Verify the install
Section titled “Verify the install”If the command launches the TUI, the install is working. Open :help inside the app for built-in keybindings and commands.