Skip to content

Installation

The installation instructions are listed here for completeness.

If you are new to StepUp RepRep, we recommend that you follow the Template Tutorial instead. One of the steps in that tutorial is to install StepUp RepRep in a suitable virtual environment.

Requirements

  • POSIX operating system: Linux, macOS or WSL. StepUp cannot run natively on Windows.
  • Python ≥ 3.11
  • Pip

It is assumed you know how to use Pip. We recommend performing the installation in a Python virtual environment and activating such environments with direnv.

Minimal installation

The RepRep extension (for reproducible reporting) is installed with:

pip install stepup-reprep

(This will also install StepUp Core.)