Technical requirements
To follow along with the examples, make sure you have the following:
- Python: Python 3 interpreter and standard library
- Miniconda: Minimal installer for the conda package and virtual environment manager
See the section on conda
in Chapter 15 for directions on how to install Miniconda if you haven’t already. The GCC C compiler and GNU Make are also needed for this chapter’s exercises, but these tools already come with most Linux distributions.
The code used in this chapter can be found in the Chapter17
folder in this book’s GitHub repository: https://github.com/PacktPublishing/Mastering-Embedded-Linux-Development/tree/main/Chapter17.