Skip to content

Commit

Permalink
Merge pull request #54 from zilliztech/dev
Browse files Browse the repository at this point in the history
Refactor milvus cli
  • Loading branch information
shanghaikid authored Aug 28, 2023
2 parents f58cade + d8fe246 commit 1bd9c40
Show file tree
Hide file tree
Showing 43 changed files with 4,367 additions and 4,681 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*$py.class
.vscode
.DS_Store

# C extensions
*.so
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@

### 🔝Install in a Python environment

#### Prerequisites

#### Prerequisites
Python >= 3.8.5

#### Install from PyPI (Recommended)

Run `pip install milvus-cli==0.3.2`
Run `pip install pymilvus==2.2.15`
Run `pip install milvus-cli==0.4.0`

#### Install from a tarball

Expand Down
986 changes: 0 additions & 986 deletions doc/en/cli_commands.md

This file was deleted.

33 changes: 0 additions & 33 deletions doc/en/cli_overview.md

This file was deleted.

72 changes: 0 additions & 72 deletions doc/en/install_cli.md

This file was deleted.

Loading

0 comments on commit 1bd9c40

Please sign in to comment.