Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/