Python

(Note that if you are using a Docker container, you should not need to follow the steps below since starting the container will already install the necessary python libraries. You will also already be in the appropriate directory.)

There are a number of python packages useful for handling Webnucleo files. They can be installed individually according to the instructions for the given package. It is useful for the cookbooks to install wnnet, which will also install wnutils. For flow and current digrams, it is also useful to have networkx and pygraphviz. To install these, you can type:

$ python -m pip install --user wnnet networkx pygraphviz

Users are encouraged to check out the tutorials for wnnet and wnutils.