Fix code element on README

This commit is contained in:
Bradley Bickford 2022-12-10 15:16:43 -05:00
parent 9fdeb8a97c
commit 0aa0875c42

View File

@ -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. - 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 - 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 - 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 - The Most Revent Version of RobotPy
- RobotPy is the existing modules that contain the things we need to write robot code - 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\]`