From 0aa0875c426f58324d6aecc49e2be329dc4cf3e7 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sat, 10 Dec 2022 15:16:43 -0500 Subject: [PATCH] Fix code element on README --- 1 - Getting Started/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/1 - Getting Started/README.md b/1 - Getting Started/README.md index e94f540..4bdd62b 100644 --- a/1 - Getting Started/README.md +++ b/1 - Getting Started/README.md @@ -26,7 +26,9 @@ There are a few things you need to get started, I would check these off in order - It must be 3.6! Don't install the latest version, without going into great detail, there are certain things that need to be installed, and if you're using a newer version than 3.6, Python will automatically try to recompile certain things and you'll run into a ton of errors that aren't easy to solve. - The Most Recent Version of PIP - PIP is how you install Python modules, once Python is installed, you should make sure you have the most recent version of PIP - - On Windows, open command prompt and type the following command python -m pip install --upgrade pip + - On Windows, open command prompt and type the following command + - `python -m pip install --upgrade pip` - The Most Revent Version of RobotPy - RobotPy is the existing modules that contain the things we need to write robot code - - On Windows, open command prompt and type the following command pip install robotpy\[all\] + - On Windows, open command prompt and type the following command + `pip install robotpy\[all\]`