aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-07-06 17:30:59 +0100
committersetrofim <setrofim@gmail.com>2018-07-06 17:39:26 +0100
commit915c363fd930c5133fab62492e184f1b6b43e0cc (patch)
tree32845a91243a0b84851ea9273ece489fd570d78f /doc
parent4043631abfbee5363d1448b82a338d837067c345 (diff)
wa: 3.0.0 Release preparation
- Update 'setup.py' package name to 'wlauto' as 'wa' is already taken on PyPi and update documentation accordingly. - Update old references to Python 2.7
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user_information/user_guide.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/source/user_information/user_guide.rst b/doc/source/user_information/user_guide.rst
index 08cf9ce8..0247830a 100644
--- a/doc/source/user_information/user_guide.rst
+++ b/doc/source/user_information/user_guide.rst
@@ -20,10 +20,11 @@ Install
.. note:: This is a quick summary. For more detailed instructions, please see
the :ref:`installation` section.
-Make sure you have Python 2.7 and a recent Android SDK with API level 18 or above
-installed on your system. A complete install of the Android SDK is required, as
-WA uses a number of its utilities, not just adb. For the SDK, make sure that either
-``ANDROID_HOME`` environment variable is set, or that ``adb`` is in your ``PATH``.
+Make sure you have Python 2.7 or Python 3 and a recent Android SDK with API
+level 18 or above installed on your system. A complete install of the Android
+SDK is required, as WA uses a number of its utilities, not just adb. For the
+SDK, make sure that either ``ANDROID_HOME`` environment variable is set, or that
+``adb`` is in your ``PATH``.
.. Note:: If you plan to run Workload Automation on Linux devices only, SSH is required,
and Android SDK is optional if you wish to run WA on Android devices at a
@@ -32,12 +33,12 @@ WA uses a number of its utilities, not just adb. For the SDK, make sure that eit
However, you would be starting off with a limited number of workloads that
will run on Linux devices.
-In addition to the base Python 2.7 install, you will also need to have ``pip``
+In addition to the base Python install, you will also need to have ``pip``
(Python's package manager) installed as well. This is usually a separate package.
Once you have those, you can install WA with::
- sudo -H pip install wa
+ sudo -H pip install wlauto
This will install Workload Automation on your system, along with its mandatory
dependencies.