Skip to content

Commit

Permalink
fix(readme): fix wheel link
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Apr 18, 2024
1 parent 5fde2ce commit f87d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use this library you need to:
pip install sova
```
If you want to use `MROBBackend` robust optimisations, you have to install mrob library manually:
1. Download [wheel from source](https://drive.google.com/file/d/1rUdbybNvHx80ykr62aceAcBIPtlntWIz/view?usp=sharing)
1. Download [wheel from source](https://drive.google.com/file/d/1EV6zuhYUTEwCgXr8i_kysAxgNvMivd2w/view?usp=sharing)
2. Install mrob from wheels
```bash
python -m pip install mrob --no-index --find-links wheel/ --force-reinstall
Expand Down

0 comments on commit f87d807

Please sign in to comment.