To run any code in this repository, it is necessary to follow these steps:
- Create and activate a virtual environment:
$ python -m venv venv
$ venv/Scripts/activate
- Install the dependencies contained in
requirements.txt
pip install -r requirements.txt
With the environment set up, it is possible to run the simplest example as follows:
$ py ./src/examples/basic-example.py
To reproduce the experiments carried out in this work, run the src/main.py
file.
Note that it is a time-consuming program.