1. Installation¶
We first need to install the CLT toolkit.
1.1. Install with pip¶
Open a terminal. Type the command below and press enter to install the CLT toolkit with pip.
Note
In the CLT documentation, the dollar sign $ represents the terminal prompt.
Do not include the dollar sign when you type out CLT commands.
$ 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.2. Next steps¶
Once you have installed CLT, go to the next part of the tutorial.