We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7fe5f + 3863ebc commit 3a798fdCopy full SHA for 3a798fd
content/shared/v3-core-plugins/_index.md
@@ -537,7 +537,7 @@ This installs packages into the Processing Engine’s embedded Python environmen
537
{{% code-tab-content %}}
538
539
```bash
540
-# Install a package directly
+# Use the CLI to install a Python package
541
influxdb3 install package pandas
542
543
```
@@ -547,7 +547,7 @@ influxdb3 install package pandas
547
548
549
550
-# With Docker
+# Use the CLI to install a Python package in a Docker container
551
docker exec -it CONTAINER_NAME influxdb3 install package pandas
552
553
0 commit comments