From fad8bbecd0436181af9fd4e8bcd6495261591ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:35:31 +0800 Subject: [PATCH] Update README.en.md --- docs/README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.en.md b/docs/README.en.md index b0d1b99..fc3ab63 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -55,7 +55,7 @@ poetry install ``` You can also use pip to install the dependencies -**Notice**: `faiss 1.7.2` will raise Segmentation Fault: 11 under `MacOS`, please use `pip install faiss-cpu==1.7.0` if you use pip. +**Notice**: `faiss 1.7.2` will raise Segmentation Fault: 11 under `MacOS`, please use `pip install faiss-cpu==1.7.0` if you use pip to install it manually. ```bash pip install -r requirements.txt