Skip to content

Installation

This project requires Python 3.10 and uses Poetry for dependency management.

  1. Clone the repository:

    git clone https://github.com/AurisAASI/auris-tools.git
    cd auris-tools
    

  2. Install Poetry (if not already installed):

    pip install poetry
    

  3. Install dependencies:

    poetry install
    

Using pip

You can also install Auris Tools directly from PyPI:

pip install auris-tools

Development Installation

If you want to contribute to Auris Tools, you should install the development dependencies:

poetry install --with dev

This will install all the development tools like pytest, isort, and blue for code formatting.