Skip to content

Commit

Permalink
made pip instruction shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseySh committed Jun 17, 2024
1 parent 21df3ab commit 140d9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,7 @@ for our paper
## [Installation](https://open-metric-learning.readthedocs.io/en/latest/oml/installation.html)

```shell
pip install -U open-metric-learning
```

If you need OML for NLP, install the extra requirements with:
```shell
pip install -U open-metric-learning; # minimum dependencies
pip install -U open-metric-learning[nlp]
```

Expand Down
6 changes: 1 addition & 5 deletions docs/readme/installation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
```shell
pip install -U open-metric-learning
```

If you need OML for NLP, install the extra requirements with:
```shell
pip install -U open-metric-learning; # minimum dependencies
pip install -U open-metric-learning[nlp]
```

Expand Down

0 comments on commit 140d9db

Please sign in to comment.