Skip to content

Installation

piespector currently targets Python 3.10+.

From the project root:

Terminal window
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Terminal window
piespector
  • Python >=3.10
  • A local environment where Textual apps can run in the terminal

If the command launches the TUI, the install is working. Open :help inside the app for built-in keybindings and commands.