Installation#
Before running the code, make sure you have installed Python 3.10 or higher (the project is initially developed with 3.12 and tested with that version).
If you don’t have Poetry installed, you can install it by following the instructions on https://python-poetry.org/docs/#installation or by running the following command:
pipx install poetry
Clone the repository and enter the project directory
git clone https://github.com/thatmariia/macro-eeg-model.git
cd macro-eeg-model
Create and activate the virtual environment
poetry install
This installs all dependencies in a virtual environment managed by Poetry.