Skip to content

Commit

Permalink
Fix direction of slashes for Windows in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning committed Oct 4, 2024
1 parent 1702554 commit 3d49136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d49136

Please sign in to comment.