From 22ae438a10654d75721e8b2b6b5a8ca86acb9704 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 24 May 2020 17:35:02 +0000 Subject: [PATCH] fixed Prerequisites in README.md Signed-off-by: Arthur Lu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ec298d..83b4d86d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Titan Robotics 2022 Strategy Team Repository for Data Analysis Tools. Included with these tools are the backend data analysis engine formatted as a python package, associated binaries for the analysis package, and premade scripts that can be pulled directly from this repository and will integrate with other Red Alliance applications to quickly deploy FRC scouting tools. # Getting Started ## Prerequisites -* Python >= 3.7 +* Python >= 3.6 * Pip which can be installed by running `python -m pip install -U pip` after installing python ## Installing There are a few different services/packages that can be installed. Installation instructions are seperated by scenario and are ordered from least complex to most.