Skip to content

Commit

Permalink
Merge pull request #1365 from zc277584121/master
Browse files Browse the repository at this point in the history
py38 description
  • Loading branch information
jaelgu committed Jun 27, 2024
2 parents 894898d + 4ce5116 commit 5e5c6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cell_type": "markdown",
"source": [
"## Before you begin\n",
"Milvus Lite is available on PyPI. You can install it via pip for Python 3.7+:"
"Milvus Lite is available on PyPI. You can install it via pip for Python 3.8+:"
],
"id": "b77f4482b49d7154"
},
Expand Down
2 changes: 1 addition & 1 deletion bootcamp/tutorials/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"## Install Milvus\n",
"In this guide we use Milvus Lite, a python library included in `pymilvus` that can be embedded into the client application. Milvus also supports deployment on [Docker](https://milvus.io/docs/install_standalone-docker.md) and [Kubernetes](https://milvus.io/docs/install_cluster-milvusoperator.md) for production use cases.\n",
"\n",
"Before starting, make sure you have Python 3.7+ available in the local environment. Install `pymilvus` which contains both the python client library and Milvus Lite:"
"Before starting, make sure you have Python 3.8+ available in the local environment. Install `pymilvus` which contains both the python client library and Milvus Lite:"
]
},
{
Expand Down

0 comments on commit 5e5c6fa

Please sign in to comment.