Installation
To install the latest release of pop2net, run the following command on your console:
$ pip install pop2net
Dependencies
Pop2net supports Python 3.8 and higher. The installation includes the following packages:
agentpy as a modeling framework
numpy for scientific computing
matplotlib, for visualization
pandas, for data manipulation
networkx, for networks/graphs
SALib, for sensitivity analysis
joblib, for parallel processing
These optional packages can further be useful in combination with pop2net:
jupyter, for interactive computing
ipysimulate >= 0.2.0, for interactive simulations
ema_workbench, for exploratory modeling
seaborn, for statistical data visualization
Development
The most recent version of agentpy can be cloned from Github:
$ git clone https://github.com/mariuzka/pop2net.git
Once you have a copy of the source, you can install it with:
$ pip install -e