Skip to content

Installation

CS Goh edited this page Aug 13, 2023 · 9 revisions

Installation

Install from PyPI

pip install processpiper

Upgrade to the latest version

If you are running older version of processpiper, you can upgrade to the latest version by running the following command:

pip install --upgrade processpiper

Test the installation

To verify that the installation works run the following Python code:

from processpiper import version

version.__version__

Note:

  • For Ubuntu, if you wish to use Arial font, run the following commands. However, this is optional. The package will use DejaVuSans font if Arial font has not been installed.
    • sudo apt install ttf-mscorefonts-installer
    • sudo fc-cache -f

Python version requirements:

  • Python 3.10, 3.11

Library Dependencies

  • Pillow 9.5.0
  • Rich 13.4.2
  • drawsvg 2.2.0

Supported Platforms

  • Windows
  • Ubuntu
  • MacOS