Windows System Setup
Build tools
MISSING
Required software
Python 3
Installation
MISSING
Configuration
Add the python3
directory to your PATH
so your system has access to the Python commands
MISSING
Git (distributed version control software)
Installation
MISSING
Configuration
Set your name (replace Your Name
with your first and last name, e.g., Reuben Cummings
)
git config --global user.name "Your Name"
Set your commit email address (replace your@email.address
with your email address, e.g., reubano@gmail.com
).
Note: This should be the same email address you used to signup for your GitHub account
git config --global user.email "your@email.address"
Check that both configurations have been set correctly
git config --global --list
PostgreSQL (relational database)
Installation
MISSING
Node Version Manager (NVM)
Installation
MISSING
Configuration
MISSING