From 6928f8e8e2ca0b54e995538f3da5c96e0bac7da8 Mon Sep 17 00:00:00 2001 From: nameczz Date: Mon, 10 Feb 2025 11:31:42 +0800 Subject: [PATCH] update readme Signed-off-by: nameczz --- README.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index bd5257a..27e10f9 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Python >= 3.8.5 #### Install from PyPI (Recommended) -Run `pip install pymilvus>=2.4.3` -Run `pip install milvus-cli==1.0.1` +Run `pip install pymilvus>=2.5.0` +Run `pip install milvus-cli==1.0.2` #### Install from a tarball @@ -44,24 +44,6 @@ Run `pip install milvus-cli==1.0.1` 2. Run `cd milvus_cli`. 3. Run `pip install --editable .` -### Install from an executable file - -#### Windows .exe file - -Download the [latest release](https://github.com/zilliztech/milvus_cli/releases/latest) of `milvus_cli.exe` and run it. - -#### Ubuntu executable file - -1. Download the [latest release](https://github.com/zilliztech/milvus_cli/releases/latest) of `milvus_cli--Linux`. -2. Run `sudo chmod +x milvus_cli--Linux` to allow executing `milvus_cli--Linux` as program. -3. Run `./milvus_cli--Linux`. - -#### MacOS executable file - -1. Download the [latest release](https://github.com/zilliztech/milvus_cli/releases/latest) of `milvus_cli--macOS`. -2. Run `sudo chmod +x milvus_cli--macOS` to allow executing `milvus_cli--macOS` as program. -3. Run `./milvus_cli--macOS`. - ### Docker image in docker hub `docker run -it zilliz/milvus_cli:latest` @@ -73,9 +55,6 @@ Run `milvus_cli` (in a Python environment) or double click `milvus_cli- #### Run Milvus_CLI - In a Python environment, run `milvus_cli`. -- In a Windows environment, double click `milvus_cli-.exe`. -- In an Ubuntu environment, run `./milvus_cli--Linux`. -- In a MacOS environment, run `./milvus_cli--macOS`. ### Document