Setup / Check-In
Did you follow the Setup instructions for your Operating System in advance? I sure hope so!
If you did, letβs check your system.
- Open your terminal/shell.
- Type
nano --version
and hit enter to check nano. - Type
git --version
and hit enter to check git. - Type
jupyter --version
and hit enter to check jupyter. - Type
python --version
and hit enter to check python.
Next, download the demo data and bootcamp guides. Unzip the file and move the resulting folder swc-materials
onto your Desktop.
Included will be bash.md
to help you follow along in the Bash section, python.ipynb
for the Python section, and git.md
for the Git section.