Installation
Stable release
Use pip to install srxraylib: run this command in your terminal
$ python -m pip install srxraylib
From sources
The sources for srxraylib can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone https://github.com/oasys-kit/sr-xraylib
Once you have a copy of the source, you can install it with:
$ pip install -e .