From b0355194bc322b7911e631f58ec56e98cf32291d Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 2 Sep 2020 16:53:06 +0100 Subject: [PATCH] docs/installation: Add note about python3 commands --- doc/source/user_information/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/user_information/installation.rst b/doc/source/user_information/installation.rst index d037e8e1..09934c13 100644 --- a/doc/source/user_information/installation.rst +++ b/doc/source/user_information/installation.rst @@ -75,6 +75,10 @@ Python Workload Automation 3 currently supports Python 3.5+ +.. note:: If your system's default python version is still Python 2, please + replace the commands listed here with their Python3 equivalent + (e.g. python3, pip3 etc.) + .. _pip: pip