Embedded Linux Development using Yocto Projects(Second Edition)
上QQ阅读APP看书,第一时间看更新

Installing Toaster

Toaster is written using the Python Django framework, so the easiest way of installing it is using Python's pip utility. We have already installed this when configuring our host machine in Chapter 2, Baking Our Poky-Based System, so we can install the rest of Toaster's requirements inside of Poky's directory:

$ pip3 install --user -r bitbake/toaster-requirements.txt