Installation
pythonradex currently supports python versions 3.10, 3.11, 3.12 and 3.13. pythonradex is available on PyPi. It can be installed with the pip command as follows:
pip install pythonradex
If you would like to run the Jupyter notebooks presented in the Examples section, you can include the additional dependencies (jupyter and matplotlib) by installing pythonradex as follows:
pip install pythonradex[notebooks]
pythonradex is also available on anaconda. Use the following command to install it with conda:
conda install conda-forge::pythonradex
If you have any trouble installing, please raise an issue here. The pythonradex code is publicly available on github.