PR for: Docs: Installation instructions#232
Conversation
| ### SqlImplementation requirements | ||
| If using `SqlImplementation`, some additional steps beyond _general purpose installation_ are required. | ||
| 1. Install [`sqlite`](https://www.sqlite.org/download.html) | ||
| 2. Install [`relation-graph`](https://github.com/balhoff/relation-graph#installation) |
There was a problem hiding this comment.
Depends on: INCATools/relation-graph#146
| If using `SqlImplementation`, some additional steps beyond _general purpose installation_ are required. | ||
| 1. Install [`sqlite`](https://www.sqlite.org/download.html) | ||
| 2. Install [`relation-graph`](https://github.com/balhoff/relation-graph#installation) | ||
| 4. Install [`rdftab`](https://github.com/ontodev/rdftab.rs#installation) |
cmungall
left a comment
There was a problem hiding this comment.
Thanks for the contribution! We can include the base installation instructions
For the sqlite part: Let's not duplicate this documentation everywhere
remember, you don't need relation-graph or even sqlite to use SqlImplementation.
the complicated install of relation-graph and rdftab is only required for compiling a sqlite from owl source.
99% of OAK users won't need this, they will be using a pre-generated sqlites e.g. via sqlite:obo:mondo, and for this an pure python install from PyPI is sufficient.
and even for the smaller group who need to do the compliation, the complicated steps will disappear soon: INCATools/semantic-sql#41
the appropriate place for the granular description is in this tutorial - can you give this a read over and make any PRs there?
https://incatools.github.io/ontology-access-kit/intro/tutorial07.html
|
@cmungall Thanks for looking this over. Done on the new PR: #242 I must say, I don't enjoy Also, just made some edits to this PR to remove the |
Updates
Addresses: #233