Published to https://ChineseMutualAid.github.io/computer-literacy.
Make sure that Python 3 is installed on your computer.
Optionally create a virtualenv for this project:
mkvirtualenv -p python3 computer
Install Python software dependencies:
pip install -r requirements.txt
See all available commands:
inv -l