1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

doc: Update dependencies and installation for Python 3 support

This commit is contained in:
Marc Bonnici 2018-06-08 10:53:27 +01:00 committed by setrofim
parent bde3df8172
commit 9d14cb0a48
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -71,7 +71,7 @@ the install location of the SDK (i.e. ``<path_to_android_sdk>/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. ::