Skip to content

Commit

Permalink
Merge pull request #32 from djarecka/readme_updates
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
djarecka authored Jun 4, 2024
2 parents f9d3849 + 5e1ac6e commit 7e1b463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ All models are located in the [models directory](./bkbit/models). Currently, we
```bash
pip install bkbit
```
#### Temporary fix: updating to new schemasheets version from GitHub:
```commandline
pip install git+https://github.com/linkml/schemasheets
```

### Instructions for developers:
- Fork the repository
- Clone your fork
- Navigate to the main project directory: `cd bkbit`
- Install in editable mode: `pip install -e .[all]`
- Install newer version of schemasheets (temporary fix): `pip install git+https://github.com/linkml/schemasheets`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"linkml>=1.5",
"pandas",
"click",
"schemasheets@git+https://github.com/linkml/schemasheets",
"schemasheets",
]
dynamic = ["version"]

Expand Down

0 comments on commit 7e1b463

Please sign in to comment.