diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 1aa954bd..a8ce7573 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -33,7 +33,7 @@ New Features - Python 3 support. WA now runs on both Python 2 and Python 3. - .. warning:: Python 2 support should now be considered depricated. Python 2 + .. warning:: Python 2 support should now be considered deprecated. Python 2 will still be fully supported up to the next major release (v3.1). After that, Python 2 will be supported for existing functionality, however there will be no guarantee that newly diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 78439ec1..45089926 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -71,7 +71,7 @@ the install location of the SDK (i.e. ``/sdk``). Python ------ -Workload Automation 3 requires Python 2.7 (Python 3 is not supported at the moment). +Workload Automation 3 currently supports both Python 2.7 and Python 3. .. _pip: @@ -126,6 +126,7 @@ Workload Automation 3 depends on the following additional libraries: * wrapt * requests * colorama + * future You can install these with pip:: @@ -140,6 +141,7 @@ You can install these with pip:: sudo -H pip install wrapt sudo -H pip install requests sudo -H pip install colorama + sudo -H pip install future Some of these may also be available in your distro's repositories, e.g. ::