From 2eb79e7d6d95c45f5b613bc694c41d3806f5b183 Mon Sep 17 00:00:00 2001 From: Peter Streef Date: Wed, 15 Jan 2025 16:41:00 +0100 Subject: [PATCH] Update requirements for pip, zip & ship --- .../configure-an-agent-with-pypi-access-visualizations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-an-agent-with-pypi-access-visualizations.md b/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-an-agent-with-pypi-access-visualizations.md index 89c9f312..3de5aad9 100644 --- a/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-an-agent-with-pypi-access-visualizations.md +++ b/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-an-agent-with-pypi-access-visualizations.md @@ -78,6 +78,7 @@ You will need to ensure that the environment the agent runs in is set up in a wa * `/bin/sh` shell with * Python version 3.11 available under the `python3` command * Pip and virtualenv (venv) installed. Alias not required (called via `python3 -m pip/venv`) +* The working directory us writable by the user that runs the agent jar, and has enough space to download the required packages. :::note