From 0c42ea952e9ab73d63a66bffd5891b5f9d325e29 Mon Sep 17 00:00:00 2001 From: Matt Mullen Date: Thu, 30 Nov 2023 14:21:33 -0500 Subject: [PATCH] doc: add python dependency warning --- docs/usage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 1d0c2d6..f60ca6f 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -10,7 +10,8 @@ The module can be installed using pip: $ pip install sophosfirewall-python -> It is recommended to install the module into a Python virtual environment to avoid any dependency conflicts with the system Python. +.. warning:: + It is recommended to install the module into a Python virtual environment to avoid any conflicts with packages that may already exist on the local system. Prerequisites -------------