From bf82a9762e07f572f918f60d36a91850189b2bf2 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 fb457c24b..300fa1b78 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 ```