From 6539393ce0c933ea30ac8dbc398e3ea0675e7328 Mon Sep 17 00:00:00 2001 From: Ahmad Wahid Date: Wed, 10 Jan 2024 13:04:31 +0100 Subject: [PATCH] update package path Signed-off-by: Ahmad Wahid --- documentation/host/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/host/docker.rst b/documentation/host/docker.rst index eb506ba83..9ec7221d5 100644 --- a/documentation/host/docker.rst +++ b/documentation/host/docker.rst @@ -82,6 +82,6 @@ At this point, the FlexMeasures container is up and running without including th docker cp flexmeasures: -2. Once the plugin is successfully copied, proceed to install it using ``docker exec -it bash -c "pip ..."``. Additionally, ensure to update the :ref:`plugin-config` variable in ``flexmeasures.cfg`` to reflect the new plugin. +2. Once the plugin is successfully copied, proceed to install it using ``docker exec -it bash -c "pip install "``. Additionally, ensure to update the :ref:`plugin-config` variable in ``flexmeasures.cfg`` to reflect the new plugin. 3. Once these steps are finished, halt the container using the ``docker stop `` command, followed by restarting it using ``docker start ``. This ensures that the changes take effect. Now, you can make use of the installed plugins within the FlexMeasures Docker container. \ No newline at end of file