Python Setup Instuctions for Edwin
- Open up a terminal in VS Code
- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Python
brew install python3
- Install modules
pip install modulehere