# Installation ## Requirements - Python 3.10+ - `pip` ## Install from PyPI ```bash pip install ewoksscxrd ``` ## Install from source ```bash git clone https://gitlab.esrf.fr/workflow/ewoksapps/ewoksscxrd.git cd ewoksscxrd pip install -e . ``` ## Optional dependencies ```bash pip install -e .[test] pip install -e .[doc] ```