Skip to content

Commit

Permalink
Remove python2 instructions from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz-Matthew-bah committed Apr 4, 2019
1 parent 914d6f6 commit 38f2dba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qa/test-harness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This folder contains the automated regression test harness application built for

## Requirements

- Python 3.6+ (_preferred_) or Python 2.7
- Python 3.6+

## Installation

This test harness is a python script that should work with both Python 2.7 and Python 3.6+. Using virtualenv with Python 3.7 will give the most consistent experience.
This test harness is a python script designed for Python 3.6+. Using virtualenv with Python 3.7 will give the most consistent experience.

#### Option 1: (Recommended) Using python3 with virtualenv

Expand All @@ -36,7 +36,7 @@ deactivate

#### Option 2: Using system python

1. Install the required python modules using `pip install -r requirements.txt` or `pip3 install -r requirements.txt`
1. Install the required python modules using `pip install -r requirements.txt`.
2. _Run the test script using the **Usage** instructions below._

## Usage
Expand Down

0 comments on commit 38f2dba

Please sign in to comment.