Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 286 Bytes

GEAC_InnovationTrack

The paper is in the docs folder

I used Python 3.7

You just need to install the dependencies, also is very recommendable to create a virtual enviroment.

  1. Create virtual enviroment

py -m venv env

  1. Install dependencies

pip install -r requirements.txt