Skip to content

Commit

Permalink
Documentation for dev/setup (#162)
Browse files Browse the repository at this point in the history
Documentation

- Updates: README.md: (i) reorganized/added 'dev' section, (ii) added project setup steps.

Co-authored-by: Chris Mungall <[email protected]>
  • Loading branch information
joeflack4 and cmungall authored Jul 6, 2022
1 parent 2fc6c04 commit fd7b106
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,21 @@ OAK uses [`pystow`](https://github.com/cthoyt/pystow) for caching. By default,
this goes inside `~/.data/`, but can be configured following
[these instructions](https://github.com/cthoyt/pystow#%EF%B8%8F%EF%B8%8F-configuration).

## Potential Refactoring
## Developer notes

Currently all implementations exist in this repo/module, this results in a lot of dependencies
### Local project setup
Prerequisites:
1. Python 3.9+
2. [Poetry](https://python-poetry.org/)

One possibility is to split out each implementation into its own repo and use a plugin architecture
Setup steps:
```shell
git clone https://github.com/INCATools/ontology-access-kit.git
cd ontology-access-kit
poetry install
```

### Potential Refactoring
Currently all implementations exist in this repo/module, this results in a lot of dependencies

One possibility is to split out each implementation into its own repo and use a plugin architecture

0 comments on commit fd7b106

Please sign in to comment.