/AG002

This repository is used to present the development of "AG002 - Avaliação Global 2" activity from INATEL.

Primary LanguagePython

AG002

This repository is used to present the development of "AG002 - Avaliação Global 2" activity from INATEL.

Pre-requirements


  • Python 3.8+
  • Make

Makefile


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