The following software will be required for the course.
- Command line (Linux, Mac, Windows)
- Python (Linux, Mac, Windows)
- Git (Linux, Mac, Windows)
- VS Code (Linux, Mac, Windows)
Table of contents generated with markdown-toc
For those of you wanting to install the tree program at home try the following.
Install HomeBrew
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Install tree
$ brew install treeYou need to download GitBash to have a linux-style command-line.
Required software:
- Python 3.8+
- arcade
- pytest
- pycodestyle
- mypy
Once you have Python installed, you should have pip installed too. Install the python packages required for the course:
pip install arcade pycodestyle mypy pytestIn the terminal enter the following commands.
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.8
curl https://bootstrap.pypa.io/3.2/get-pip.py | python3.8Try the instructions above for Linux. Please let me know if it doesn't work.
Get the Windows x86-64 executable installer from the Python downloads page.
Follow directions from Corey's tutorial video.
sudo apt-get install gitYou need to download GitBash to have a linux-style command-line.
Visit the VS Code Download page.