Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 572 Bytes

Estación de Monitoreo Ambiental (EMA)

Dashboard

Steps to run

  1. Install poetry in your system in order to manage the dependencies.

  2. Clone the repository and install the dependencies:

cd EMA_Source/
poetry install
  1. Run the application:
bash run.sh

3.1 In case bash run.sh doesn't work, try to install each package manually & run the following command:

python3 main.py