Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 531 Bytes

GETTING_STARTED.md

File metadata and controls

30 lines (21 loc) · 531 Bytes

Getting started with sphinx-babel

sphinx-babel is a poetry Python package with tox driven testing. The regular workflow applies.

Clone sphinx-babel repository

git clone https://github.com/Ekumen-OS/sphinx-babel.git

Bootstrap development virtualenv

cd sphinx-babel
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Run tests with tox

tox

Install package with poetry

poetry install .