-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
CS Goh edited this page Aug 13, 2023
·
9 revisions
pip install processpiper
If you are running older version of processpiper, you can upgrade to the latest version by running the following command:
pip install --upgrade processpiper
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 3.10, 3.11
- Pillow 9.5.0
- Rich 13.4.2
- drawsvg 2.2.0
- Windows
- Ubuntu
- MacOS