Installation
piespector currently targets Python 3.10+.
Install with uv
Section titled “Install with uv”uv tool install piespectorInstall with pipx
Section titled “Install with pipx”pipx install piespectorBoth commands install a global piespector executable.
Install from source
Section titled “Install from source”From the project root:
python3 -m venv .venvsource .venv/bin/activatepip install .Start the app
Section titled “Start the app”piespectorRequirements
Section titled “Requirements”- Python
>=3.10 - A terminal environment where Textual apps can run
uvorpipxfor isolated global installs, orpipfor a source install
Verify the install
Section titled “Verify the install”piespector --versionThe command should print the current release, for example piespector 0.3.0. App data is stored in the platform user data directory, so you can launch piespector from any working directory.