-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small errata #17
small errata #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple suggestions, lgtm otherwise
README.md
Outdated
|
||
> pip install tiledbsoma-ml | ||
> pip install git+<https://github.com/single-cell-data/TileDB-SOMA-ML> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> pip install git+<https://github.com/single-cell-data/TileDB-SOMA-ML> | |
```bash | |
pip install git+https://github.com/single-cell-data/TileDB-SOMA-ML | |
``` |
Stray angle brackets in there, also a triple-backtick code "fence" makes more sense than a >
"quote" block, I think?
README.md
Outdated
|
||
Developers may install editable, from source, in the usual manner: | ||
Developers may install editable, from source, in the usual manner -- clone the repo and execute: | ||
|
||
> pip install -e . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> pip install -e . | |
```bash | |
pip install -e . | |
``` |
A number of small changes to readme, changelog and an update of pre-commit versions.