Installation

This document will guide you through the process of installing the pfas package.

Note

If you’re new to Python or simply want to quickly explore the basic features of pfas without installing it locally, you can try one of our Tutorials.

Step 1: Install Python

Pfas requires Python 3.9 or higher. If you don’t have Python installed or your Python version is lower than 3.9, you will need to install or upgrade Python. If you’re not familiar with Python or you’ve never installed it before, refer to the Python Guide for detailed instructions. The Python installation will most likely install pip, but if not refer to the Pip Installation Guide for instructions.

Step 2: Install pfas

Install pfas from the command prompt or terminal with:

pip install git+https://github.com/UU-PFAS-Living-Lab/pfas

Step 3: Verify installation

To ensure pfas has been successfully installed, run the following command in a Python console:

import pfas

If the command runs without any errors, you have successfully installed pfas.