Installing Toaster
Toaster uses the Python Django framework. The easiest way to install it is by using Python’s pip
utility. We already installed this when configuring our host machine in Chapter 2, Baking Our Poky-Based System. We can now install the rest of Toaster’s requirements inside the Poky source directory by running the following command:
$ pip3 install --user -r bitbake/toaster-requirements.txt