From d6a8b376747343874f5fc0827f3cc9be4602fe04 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Mon, 8 Apr 2024 09:09:01 +0200 Subject: [PATCH] Add a `--locked` in `README` install section in case of dependency issue not caught by cargo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c455cf545..d0a175bc4 100644 --- a/README.md +++ b/README.md @@ -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 ```