Installazione

Installazione PyPI

Questo è il modo «standard» di installare.

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

Installazione dell’origine

Per installare dal repository del codice sorgente.

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 .

Sviluppo Installazione

Per installare per lo sviluppo.

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]