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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,29 +41,35 @@ Note that I created this code sample using Python version 3.10. For best results
41
41
If you starting from scratch then you might need to install Python on your computer, and you might also need to install a good installer. Crazy, and very meta, but yes, you might need to do that.
42
42
43
43
```console
44
-
# check if homebrew is installed on your computer
44
+
# 1. check if homebrew is installed on your computer
45
+
# -------------------------------------
45
46
foo@bar:~$ brew --version
46
47
Homebrew 4.0.23
47
48
Homebrew/homebrew-core (git revision 50877e2f6f7; last commit 2023-02-27)
48
49
Homebrew/homebrew-cask (git revision cf17a964ec; last commit 2023-02-28)
49
50
50
-
# 1. check if you've previously installed a python interpretter using homebrew
51
+
# 2. check if you've previously installed a python interpretter using homebrew
52
+
# -------------------------------------
51
53
foo@bar:~$ brew list
52
54
53
-
# 2. if you don't see [email protected] in the output then install it now.
55
+
# 3. if you don't see [email protected] in the output then install it now.
Give back to the open source community! If you have good ideas for how to improve this code then seize. Fork this repo, make your changes, and then open a pull request, which you can do directly from Github.
83
+
Give back to the open source community! If you have good ideas for how to improve this code then by all means, please seize the day and share your improvements by creating a pull request: fork this repo, make your changes, and then open a pull request; most of which can be done directly from Github.
0 commit comments