Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blasferna committed Dec 9, 2023
1 parent 5efa8ba commit ecd2993
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ python -m venv env
pip install -r requirements.txt
```

## Descargar datos de contribuyentes

> [!NOTE]
> Lamentablemente, la SET cambió la forma de publicación del listado de personas jurídicas. Ahora los datos están en un PDF. Para poder extraer los datos del PDF tuve que recurrir a `tabula`, por eso es necesario tener Java instalado en el sistema.
Para descargar los datos de contribuyentes ejecuta el siguiente comando (No es necesario si utilizas la imagen de docker publicado en el registry de Github):
```bash
python data/download.py
```

## Ejecución local

Expand Down

0 comments on commit ecd2993

Please sign in to comment.