Installation
Requirements
- Python 3.11 or later
- Git (must be available on
PATH)
Install from PyPI
Install from source
For development dependencies (linting, testing):
Verify the installation
Initial configuration
On first use, create a settings.toml in your working directory (or the project root):
Create the pipelines directory:
Each pipeline lives in its own subdirectory under pipelines/. See
Getting Started for the next step.
Note
Settings can also be overridden with environment variables prefixed REMANUFACTURE_.
See Configuration for details.