Technical requirements

Various profiling utilities for Python that are explained in this chapter require the Graphviz package. You can download it fromĀ https://www.graphviz.org/download/.

The following are the Python packages that are mentioned in this chapter that you can download from PyPI:

You can install these packages using the following command:

python3 -m pip install <package-name>

The code files for this chapter can be found atĀ https://github.com/PacktPublishing/Expert-Python-Programming-Third-Edition/tree/master/chapter13.