Improve documentation

This commit is contained in:
Enrique Barcelli 2024-08-11 14:49:42 +08:00
parent 895f8b2150
commit beff42a4cb
Signed by: kikobar
GPG key ID: 006C13A68E25D3B7

View file

@ -1,11 +1,11 @@
**Objective**
This Python script extracts data from .csv files created by the Revelup application and post it into a Postgres database.
This Python script extracts data from `.csv` files created by the Revelup application and post it into a Postgres database.
**Requirements**
* Python installed on the machine running this application.
* Credentials with writing access to a Postgres database
* Credentials with writing access to a Postgres database.
**How to run this application**