Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 328 Bytes

PixelGeom

Setup

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