Installation

Using pip

pdpy can be installed with the Python Package Index (PyPI). To do this, simply type:

pip install pdpy-lib

Note

pdpy requires python version 3.9 or greater.

From Github

You can also clone the repository from github and manually install using the provided Makefile:

git clone https://github.com/fdch/pdpy
cd pdpy
make

To compile the documentation you can type:

make doc

Note

In any case, it is recommended to use pdpy within a virtual environment. Head to Virtual Environment for some instructions on how to make your virtual environment.