Installation

PyPI-Installation

Dies ist die „normale“ Art der Installation.

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

Quelle installieren

So installieren Sie aus dem Quellcode-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 .

Entwicklung Installieren

Zum Installieren für die Entwicklung.

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]