Skip to content
Ask Questions

Installation

piespector currently targets Python 3.10+.

Terminal window
uv tool install piespector
Terminal window
pipx install piespector

Both commands install a global piespector executable.

From the project root:

Terminal window
python3 -m venv .venv
source .venv/bin/activate
pip install .
Terminal window
piespector
  • Python >=3.10
  • A terminal environment where Textual apps can run
  • uv or pipx for isolated global installs, or pip for a source install
Terminal window
piespector --version

The 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.