Installing buzz

buzz requires Python 3.6 or higher. You can install it easily with pip (ideally, from inside a virtual environment):

pip install buzz

To also include the frontend, buzzword, you can use:

pip install buzz[word]

Installing from the repository

git clone https://github.com/interrogator/buzz
cd buzz
python setup.py install

Once installed, you'll either want to work within a Python session, or run the graphical interface.