Ensure you have Python 3.10 installed on your system. If not, you can download it from the official Python website.
First, clone the repository to your local machine. You can do this by running the following command in your terminal:
git clone https://github.com/Mathias-a/soas.git
This project uses Poetry for dependency management. If you don't have Poetry installed, you can install it by running:
pip install poetry
Navigate to the project directory and install the project dependencies using Poetry:
cd <project-directory>
poetry install