Merge branch 'docs/generalize-grafana-multinode' of github.com:influxdata/docs-v2 into docs/generalize-grafana-multinode

pull/6107/head
meelahme 2025-05-30 03:37:54 +09:00
commit 3a798fd011
1 changed files with 2 additions and 2 deletions

View File

@ -537,7 +537,7 @@ This installs packages into the Processing Engines 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
```