Skip to content

Commit 9799fa8

Browse files
author
Josh Reynolds
committed
Adding in a simple Readme
1 parent d445204 commit 9799fa8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)