Installation Guide
Prerequisites
Before installing pypopRF, ensure you have the required system dependencies:
Linux (Ubuntu/Debian)
sudo apt-get update
sudo apt-get install -y gdal-bin libgdal-dev gcc
MacOS
brew install gdal
Windows
Install OSGeo4W from https://trac.osgeo.org/osgeo4w/
Installation Methods
From PyPI
pip install pypoprf
From Source
git clone https://github.com/wpgp/pypopRF.git
cd pypopRF
pip install -e .