Installation ===== To use ppE, install it with the following command: .. code-block:: console pip install git+https://github.com/RyanSR71/ppE Then, you can import the package: .. code-block:: python 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 .. code-block:: python 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: .. code-block:: console pip install git+https://github.com/RyanSR71/ppE --upgrade