Contributions are welcome! Please check out the issues and submit a pull request if you'd like to help.
To develop locally
# Clone repositorygitclonehttps://github.com/NeuroLIAA/pyxations.git
cdpyxations
# Create virtual environment and installuvvenv
uvpipinstall-e'.[dev]'# To work on documentationuvpipinstall-e'.[docs]'