mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
doc: Update dependencies and installation for Python 3 support
This commit is contained in:
parent
bde3df8172
commit
9d14cb0a48
@ -33,7 +33,7 @@ New Features
|
|||||||
|
|
||||||
- Python 3 support. WA now runs on both Python 2 and Python 3.
|
- 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
|
will still be fully supported up to the next major release
|
||||||
(v3.1). After that, Python 2 will be supported for existing
|
(v3.1). After that, Python 2 will be supported for existing
|
||||||
functionality, however there will be no guarantee that newly
|
functionality, however there will be no guarantee that newly
|
||||||
|
@ -71,7 +71,7 @@ the install location of the SDK (i.e. ``<path_to_android_sdk>/sdk``).
|
|||||||
Python
|
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:
|
.. _pip:
|
||||||
|
|
||||||
@ -126,6 +126,7 @@ Workload Automation 3 depends on the following additional libraries:
|
|||||||
* wrapt
|
* wrapt
|
||||||
* requests
|
* requests
|
||||||
* colorama
|
* colorama
|
||||||
|
* future
|
||||||
|
|
||||||
You can install these with pip::
|
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 wrapt
|
||||||
sudo -H pip install requests
|
sudo -H pip install requests
|
||||||
sudo -H pip install colorama
|
sudo -H pip install colorama
|
||||||
|
sudo -H pip install future
|
||||||
|
|
||||||
Some of these may also be available in your distro's repositories, e.g. ::
|
Some of these may also be available in your distro's repositories, e.g. ::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user