Installation

PyPI Install

This is the “regular” way to install.

python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install transpolibre

Source Install

To install from the source code repository.

git clone https://spacecruft.org/deepcrayon/transpolibre
cd transpolibre/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .

Development Install

To install for development.

git clone https://spacecruft.org/deepcrayon/transpolibre
cd transpolibre/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .[dev]