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:

1.2. Next steps

Once you have installed CLT, go to the next part of the tutorial.