Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tracivar committed Oct 30, 2024
1 parent 89a79f2 commit 5855fa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ What if instead we collect and edit the information the same way, and write a cu

What the code in this repo actually does!

In order to install all required Python packages, run the following command :

```
pip install -r requirements.txt
```

### Command

The tool can be used as such:
Expand All @@ -36,7 +42,7 @@ Here the command takes inputs `Model.json` and `Markers.xlsx` then applies two n

For expediency, this is closely matched to immediate Visual Meaning needs. For instance an existing model is given as a JSON file containing a 'triples' key with specific content, rather than a standard format. The transforms are simplistic custom format using Python data syntax.

See help for more:
See help for more arguments usage:

$ python3 -m sheet_to_triples --help

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rdflib

0 comments on commit 5855fa7

Please sign in to comment.