This repository is used to present the development of "AG002 - Avaliação Global 2" activity from INATEL.
- Python 3.8+
- Make
In order to start project run the command below. This command will create a new virtual environment with all required modules used in this project.
make start
If you do not have make installed, you can use (for Linux environment):
chmod +x scripts/start.sh
./scripts/start.sh
In order to run this project, after installed all required dependencies, just use make:
make run
If you do not have make installed, you can use (for Linux environment):
python3 src/main.py