From d4839f07e83f4e1d4aeb9cd2fcc150050c8466de Mon Sep 17 00:00:00 2001 From: Ila Wallace <115182946+ila-w@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:52:42 -0500 Subject: [PATCH] Update README.md added copy option in markdown for the python command --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b8dc7c..a089c7c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ F´ (F Prime) flight software for the PROVES CubeSat Kit. This version of the PR Getting started is easy! Please let us know if you run into any issues with the instructions below. ### Check your environment -You must have Python 3.9+ to build this repo. You can check with `python3 --version` +You must have Python 3.9+ to build this repo. You can check with: +```sh +python3 --version +``` ### Setup dependencies