Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 551 Bytes

INSTALL.md

File metadata and controls

39 lines (27 loc) · 551 Bytes

Installing Test Pilot

We recommend using pipx to install Test Pilot. First install pipx then run:

pipx install testpilot

You now have Test Pilot installed! For some help run:

testpilot --help

Upgrading

To upgrade to the latest version run:

pipx upgrade testpilot

To see what version you have run:

testpilot --version

Uninstalling

To uninstall run:

pipx uninstall testpilot