1. Installation

1.1. Prerequisites

1.2. Procedure

PPDyn can be installed in two ways.

  1. Using pip from PyPI

  2. Using git clone from GitHub

1.2.1. Using pip from PyPI

pip install PPDyn

1.2.2. Using git clone from GitHub

First make a clone of the master branch using the following command

git clone https://github.com/sayanadhikari/PPDyn.git

Then enter inside the PPDyn directory

cd PPDyn

Now complile and built the PPDyn code

make all