jgrss / pygrts

Spatially balanced sampling using the Generalized Random Tessellation Stratified (GRTS) method
MIT License
6 stars 1 forks source link

Installation instructions? #6

Open barguzin opened 2 months ago

barguzin commented 2 months ago

Is there a preferred installation method?

Does the package install from https://pypi.org/project/pygrt/? Or is it a different package?

jgrss commented 2 months ago

Hi @barguzin, pygrts is not on PyPI, but you can pip install it via:

pip install pygrts@git+https://github.com/jgrss/pygrts.git

or specify the version (latest)

pip install pygrts@git+https://github.com/jgrss/pygrts.git@v1.4.1