diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 529a42a2a..bfc6252ae 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -537,7 +537,7 @@ This installs packages into the Processing Engine’s embedded Python environmen {{% code-tab-content %}} ```bash -# Install a package directly +# Use the CLI to install a Python package influxdb3 install package pandas ``` @@ -547,7 +547,7 @@ influxdb3 install package pandas {{% code-tab-content %}} ```bash -# With Docker +# Use the CLI to install a Python package in a Docker container docker exec -it CONTAINER_NAME influxdb3 install package pandas ```