We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d445204 commit 9799fa8Copy full SHA for 9799fa8
README.md
@@ -0,0 +1,17 @@
1
+# Welcome to the Class
2
+
3
+## Prerequites to run this course (and commands to test for them and installation instructions)
4
5
+NOTE: Most applications can be installed using [homebrew](https://brew.sh/)
6
7
8
+### Required
9
+* Python 3.8+ -- `python3 --version` -- https://docs.python-guide.org/starting/install3/osx/
10
+* Docker Desktop -- `docker --version` -- https://docs.docker.com/docker-for-mac/install/
11
12
13
+### Recommended
14
+* VSCode -- `code --version` -- https://code.visualstudio.com/docs/setup/mac
15
16
17
0 commit comments