You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ _Windows users should install [WSL](https://docs.microsoft.com/en-us/windows/wsl
12
12
- 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.
13
13
- Mac: [Follow this guide](https://www.geeksforgeeks.org/how-to-install-pip-in-macos/)
14
14
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.
16
16
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>
17
17
18
18
# 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