From c0e25e64c0daa1557e717251c494a58da9687bc3 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Fri, 10 Aug 2018 08:50:37 -0700 Subject: [PATCH] Added Python installation instructions. --- tools/auto-tester/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/auto-tester/README.md b/tools/auto-tester/README.md index fd6bc7e519..0924e77f8b 100644 --- a/tools/auto-tester/README.md +++ b/tools/auto-tester/README.md @@ -11,10 +11,20 @@ Auto-tester has 4 functions, separated into 4 tabs: 3. TestRail interface 4. Windows task bar utility (Windows only) ## Installation +### Executable 1. Download the installer by browsing to [here](). 2. Double click on the installer and install to a convenient location ![](./setup_7z.PNG) 3. To run the auto-tester, double click **auto-tester.exe**. +### Python +The TestRail interface requires Python 3 to be installed. Auto-Tester has been tested with Python 3.7.0 but should work with newer versions. + +Python 3 can be downloaded from: +1. Windows installer +2. Linux (source) (**Gzipped source tarball**) +3. Mac (**macOS 64-bit/32-bit installer** or **macOS 64-bit/32-bit installer**) + +After installation - create an environment variable called PYTHON_PATH and set it to the folder containing the Python executable. # Create ![](./Create.PNG)