Installation

To use ppE, install it with the following command:

pip install git+https://github.com/RyanSR71/ppE

Then, you can import the package:

import ppE

Because this package is in its early development, code may change drastically with updates being put out quickly. To check ppE’s version, run

from importlib.metadata import version
version('ppE')

Compare this version with the version listed on the Home Page. If you need to upgrade the package, simply run the following:

pip install git+https://github.com/RyanSR71/ppE --upgrade