Installation¶
Requirements¶
Python 3.9 or later
Basic install¶
pip install xlea
Development install¶
Clone the repository and install in editable mode with dev dependencies:
git clone https://github.com/artanador/xlea.git
cd xlea
pip install -e .
pip install pytest sphinx furo sphinx-autodoc-typehints sphinx-copybutton