Skip to content

Commit

Permalink
Add a --locked in README install section in case of dependency is…
Browse files Browse the repository at this point in the history
…sue not caught by cargo
  • Loading branch information
haixuanTao committed Apr 8, 2024
1 parent 36bd828 commit d6a8b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Feel free to reach out if you have any questions!
Quickest way:

```bash
cargo install dora-cli
pip install dora-rs ## For Python API
cargo install dora-cli # In case of issues, you can try to add `--locked`
pip install dora-rs # For Python API

dora --help
```
Expand Down

0 comments on commit d6a8b37

Please sign in to comment.