Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi, Jihyeon committed Nov 27, 2023
1 parent e562c02 commit 753faaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Bug fixes
- Fix wrong example of Datumaro dataset creation in document
(<https://github.com/openvinotoolkit/datumaro/pull/1195>)
- Fix wrong command to inatall datumaro from github
- Fix wrong command to install datumaro from github
(<https://github.com/openvinotoolkit/datumaro/pull/1202>)

## 16/11/2023 - Release 1.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ Install:

.. code-block::
# From PyPI:
# From PyPI (recommended):
pip install datumaro[default]
.. code-block::
# From the GitHub repository:
# Note that C++ and Rust build systems should be prepared before installing datumaro
pip install 'datumaro[default] @ git+https://github.com/openvinotoolkit/datumaro'
Plugins
Expand Down

0 comments on commit 753faaf

Please sign in to comment.