Technical requirements
To follow along with the examples in this chapter, make sure the following software is installed on your Linux-based host system:
- Python: Python 3 interpreter and standard library
- Miniconda: Minimal installer for the
condapackage and virtual
environment manager
See the section on conda in Chapter 16, Packaging Python, 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.
All the code for this chapter can be found in the Chapter17 folder of this book's GitHub repository: https://github.com/PacktPublishing/Mastering-Embedded-Linux-Programming-Third-Edition.