Installation¶
This project requires Python 3.10 and uses Poetry for dependency management.
Using Poetry (Recommended)¶
-
Clone the repository:
-
Install Poetry (if not already installed):
-
Install dependencies:
Using pip¶
You can also install Auris Tools directly from PyPI:
Development Installation¶
If you want to contribute to Auris Tools, you should install the development dependencies:
This will install all the development tools like pytest, isort, and blue for code formatting.