-
Notifications
You must be signed in to change notification settings - Fork 136
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
update document regarding installation command from github #1202
update document regarding installation command from github #1202
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1202 +/- ##
===========================================
- Coverage 80.08% 80.07% -0.01%
===========================================
Files 268 268
Lines 29865 29865
Branches 5846 5846
===========================================
- Hits 23916 23915 -1
Misses 4617 4617
- Partials 1332 1333 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM
docs/source/docs/get-started/quick-start-guide/installation.rst
Outdated
Show resolved
Hide resolved
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.
LGTM.
Summary
installation command is updated.
before:
pip install 'git+https://github.com/openvinotoolkit/datumaro[default]'
after:
pip install 'datumaro[default] @ git+https://github.com/openvinotoolkit/datumaro'
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.