Kurulum
PyPI Yüklenmesi
Bu, kurulumun “normal” yoludur.
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install transpolibre
Kaynak Yükleme
Kaynak kod deposundan kurmak için.
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 .
Geliştirme Kurulum
Geliştirme için yükleme.
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]