Installation
Up and running with nary a shriek.
Install
Using poetry
Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
You can add the library to your projects development dependencies with the following CLI command.
poetry add banshee
Using pip
pip is pythons legacy package installer. It allows you to install packages libraries your project depends on directly into either the global or a virtual environment.
You can install the library using the following CLI command.
pip install banshee