Creating CLI apps is a great way to get started with Python, but creating truly great ones can be difficult if you're just using the standard library. In this video, we'll look at how to use Typer to create rock-solid CLI apps.
For more information, watch the video.
First, you'll need to install the dependencies:
pip install poetry
poetry install
Once you've installed the dependencies, start a Poetry shell before attempting to run the CLI tool:
poetry shell
car --help