From 3d49136b8193dc611aedb885f7a48bbc39e7e939 Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:34:10 -0600 Subject: [PATCH] Fix direction of slashes for Windows in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599abf9..c6bcec3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Over time, the goal is to develop it into the ground station control software. 4. Close the Powershell Terminal (opened as Administrator). 2. Clone this repo, and open a terminal in this repo's root. 3. Run `python3 -m venv venv/` to create a Python virtual environment named `venv/` in the current directory. -4. Run `./venv/Scripts/activate` (on Windows), or `source ./venv/bin/activate` (on real operating systems). +4. Run `.\venv\Scripts\activate` (on Windows), or `source ./venv/bin/activate` (on real operating systems). 5. Run `pip install -e cts1_ground_support[dev]` to install this Python Project in your virtual environment. 6. Run `cts1_ground_support --help` to ensure it installed. 7. Run `cts1_ground_support` to start the ground support terminal.