Skip to content

Commit

Permalink
Fix install command in docs (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Jul 11, 2024
1 parent 5b8ef82 commit eea5fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/user-manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pip install datumaro[default]
```
``` bash
# From the GitHub repository:
pip install 'git+https://github.com/cvat-ai/datumaro[default]'
pip install 'datumaro[default] @ git+https://github.com/cvat-ai/datumaro'
```

Read more about choosing between `datumaro` and `datumaro[default]`
Expand Down

0 comments on commit eea5fd3

Please sign in to comment.