Skip to content

Commit f9bd5b3

Browse files
authored
Update README.md
1 parent 10b6bc0 commit f9bd5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ _Windows users should install [WSL](https://docs.microsoft.com/en-us/windows/wsl
1212
- Linux: First check with <code>pip --version</code>. If an error occured, run <code>sudo apt-get install python3-pip</code> Note that <code>apt-get</code> may need to be changed depending on what package manager you are using.
1313
- Mac: [Follow this guide](https://www.geeksforgeeks.org/how-to-install-pip-in-macos/)
1414

15-
2. Use pip to install numpy by inputting <code>python3 -m pip install numpy</code>
15+
2. Use pip to install numpy by inputting <code>python3 -m pip install numpy</code> into a terminal.
1616
3. Use an IDE of your choice to run the program, or run the program via the terminal by inputting <code>python3 sorting\[ID_REDACTED\].py</code>
1717

1818
# Additional notes
19-
Compiled in a Linux mint environment using python version 3.8.10
19+
Compiled in a Linux mint environment using python version 3.8.10

0 commit comments

Comments
 (0)