Installation

Prerequisites

  • Python 3.13 or later

pipx installs reqstool in an isolated environment and makes it available globally:

pipx install reqstool
reqstool -h  # confirm installation

Install with pip

Alternatively, install with pip:

pip install reqstool
reqstool -h  # confirm installation