Installation

The queueing-tool module provides a framework for creating, simulating, and visualizing queueing networks. The required packages are NetworkX and Numpy. The network visualizations are handled by matplotlib, but is only required for plotting. The package works with python versions 2.7 and 3.4-3.10.

The fastest was to install queueing-tool is with:

$ pip install queueing_tool

You can obtain the development version of queueing-tool from it’s github repository using:

$ pip install git+https://github.com/djordon/queueing-tool/zipball/master