changeset 1025:0bfcdaba2be3

fix
author Alain Mazy <am@osimis.io>
date Fri, 02 Feb 2024 09:41:02 +0100
parents 94d41b7d1aac
children 7f21ad59dffb b00f7426db52
files Sphinx/source/plugins/python.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/python.rst	Fri Feb 02 09:37:52 2024 +0100
+++ b/Sphinx/source/plugins/python.rst	Fri Feb 02 09:41:02 2024 +0100
@@ -1030,9 +1030,9 @@
 
   FROM orthancteam/orthanc-pre-release:bookworm
 
-  # this is example is using a virtual env that is not mandatory when using Docker containers
-  # but recommended since python 3.11 and Debian bookworm based images
-  RUN apt-get update && apt install -y python3-venv
+  # This example is using a virtual env that is not mandatory when using Docker containers
+  # but recommended since python 3.11 and Debian bookworm based images where you get a warning
+  # when installing system-wide packages.  RUN apt-get update && apt install -y python3-venv
   RUN python3 -m venv /.venv
 
   RUN /.venv/bin/pip install pydicom