Clone and cd
into this repository:
git clone https://github.com/samvanderpoel/PixelGeom
cd PixelGeom
Create a Conda environment (see Anaconda) with the necessary libraries:
conda create --name pg python=3.9 pip
conda activate pg
pip install -r requirements.txt