.. highlight:: none Installation ============================================================ Prerequisites ------------------------------------------------------------ The Command Line Teaching (CLT) toolkit requires an installation of `Python `_. Install this software first. Command Line Teaching ------------------------------------------------------------ Open a terminal. Type the command below and press ``enter`` to install the CLT toolkit with ``pip``. .. code-block:: bash 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 `_) Next steps ------------------------------------------------------------ Once you have installed CLT, go to the :doc:`next part of the tutorial `. .. include:: ../links.rst