1. Installation¶
1.1. Prerequisites¶
The Command Line Teaching (CLT) toolkit requires an installation of Python. Install this software first.
1.2. Command Line Teaching¶
Open a terminal. Type the command below and press enter
to install the CLT toolkit with pip
.
pip install git+https://github.com/elijahgreenstein/command-line-teaching.git
pip
will also install these required Python packages and their dependencies:
jinja2
(Jinja)markdown-it-py
(Markdown-It-Py)mdit_py_plugins
(Markdown-It-Py Plugin Extensions)pyyaml
(PyYAML)requests
(Requests)
1.3. Next steps¶
Once you have installed CLT, go to the next part of the tutorial.