Technical requirementsÂ
We will be using Python 3.6.9 for all our exercises. The following is the list of Python libraries that you must install for this chapter using pip
. For example, you can run pip install networkx==2.5
 on the command line, and so on:
networkx==2.5Â littleballoffur==2.1.8
All the code files relevant to this chapter are available at URL TO BE DECIDED
.