Installation instructions

Dependencies

Since Py-PDM is developed with Cython, it requires the use of Cython and numpy.

Installation

Before installing, make sure you have already installed the Cython and numpy in your Python3 environment. If not, install them with pip install cython numpy or conda install cython numpy.

To install Py-PDM with pip:

pip install py-pdm

Alternatively you can install it manually:

git clone https://github.com/ckm3/Py-PDM.git
cd Py-PDM
python setup.py install

For more info, please open an Issue on the GitHub page.