pip install rawxio
You can also install the in-development version with::
pip install rawxio
To use the project:
import rawxio
Dependencies for the project are managed with poetry. To install all dependencies run:
poetry install
Remember that when developing a library it is not recommended to commit the poetry.lock
file.