Enter the prompt-toolkit-app
directory, then create a virtual environment,
$ python3 -m venv .venv
Then activate the virtual environment by running:
$ source .venv/bin/activate
Install this CLI app in editable
mode,
$ pip install -e .
When done, it should have prompt-toolkit-app
package installed with version 0.0.1
.
Validate the installation,
$ pip show skcli
Use the commands by following the --help
instruction,
$ skcli --help
skcli >