View on GitHub

pyanp

Python ANP Module and Resources

pyanp

DOI

A Python library for AHP (Analytic Hierarchy Process) and ANP (Analytic Network Process). It should be of great use for:

Installation

  1. First you need to install Jupyter and Python. The easiest way is to install anaconda:
    1. Download and install anaconda with Python 3.6 from anaconda.com
    2. Further instructions available at Installing Jupyter using Anaconda and Conda
  2. Now you can directly install pyanp from a Terminal (or Windows console)
     pip install pyanp
    

    or if you want to install the bleeding edge from github:

     pip install git+https://github.com/wjladams/pyanp.git
    

Tutorials / Documentation

Gitlab vs Github

At the moment, main development is on github, but mirrored to gitlab