PyPortal Alarm Clock Project
Suggested Software:
- Visual Code Studio
- VS Code Extensions
- to install extensions use shortcut
cmd + shift + P
and type:>extensions: install
- CircuitPython, Python, Run on Save
- to install extensions use shortcut
Getting Started:
- Check git version in terminal:
$ git --version
- If git is not already installed, Mac OS will prompt an installation.
- Change directory to where you would like to store this project:
- for example:
cd ~/Documents/
- for example:
- Clone the repository:
git clone [email protected]:txoof/PyAlarm.git
- Open Visual Studio and add a new project:
- CMD+O
- Locate the PyAlarm folder and click Open
Suggested Software
- Atom Editor
- Atom Packages:
- language-circuitpython -- REPL and debug console
- on-save -- on save, automatically attempt to save
.py
files to/Volumes/CIRCUITPY