Skip to content

Commit

Permalink
fix back slashes breaking embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbrook authored Feb 26, 2024
1 parent 592eec9 commit 64e1d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Intro

![team logo](readmepics\kennesawmotorsports.jpg)
![team logo](readmepics/kennesawmotorsports.jpg)
Welcome to the folder containing all the KENNESAW STATE FSAE data acquisition services. The entire system is Python and MatLab based.

- If you have any questions or need troubleshooting, feel free to reach out to Matthew Samson on Teams, Discord: mathbrook or via email: <[email protected]>
Expand Down Expand Up @@ -37,7 +37,7 @@ there are two options for using the parser:
1. Click this link to download the latest windows executable: <https://github.com/KSU-MS/KS5e-Data-Logging/releases/latest/download/parser_exe_windows.zip>

2. once that download is complete, extract the contents of the .zip file
3. Open the extracted folder and navigate to parser-exe-windows/dist/ ![parser exe download directory](readmepics\parser-exe-directory.png)
3. Open the extracted folder and navigate to parser-exe-windows/dist/ ![parser exe download directory](readmepics/parser-exe-directory.png)
4. Click on `parser_exe.exe` to run it
- Windows may give a warning when trying to run the program, click on 'more info' and then 'run anyway' to bypass it

Expand All @@ -58,7 +58,7 @@ You should be able to get it installed and licensed with your student email
```python
pip install virtualenv
python -m virtualenv venv
.\venv\scripts\activate
.venv\scripts\activate
pip install -r requirements.txt
```

Expand Down

0 comments on commit 64e1d09

Please sign in to comment.