From 8f2f69324e70c98137233e116efe5eee817c8778 Mon Sep 17 00:00:00 2001 From: biancastazzone Date: Sun, 29 Mar 2026 01:36:34 -0300 Subject: [PATCH] Update README.md Improve README documentation --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index eafc61f1e..c22a9a0b7 100644 --- a/README.md +++ b/README.md @@ -175,3 +175,22 @@ OLS is intended to be run as a containerised application. However, for some debu # Reasoning OLS does not do any OWL reasoning on ontologies at all. The assumption is that ontologies loaded into OLS are pre-reasoned. +## Installation +```bash +git clone https://github.com/USER/REPO.git +cd REPO +pip install -r requirements.txt + +### Agregar sección uso +```md id="2r5j4k" +## Usage +```bash +python main.py + +### Arreglar estructura +```md id="jol41o" +## Project Structure +- src/ +- scripts/ +- docs/ +- tests/