ubarsc / pyshepseg

Python implementation of image segmentation algorithm of Shepherd et al (2019) Operational Large-Scale Segmentation of Imagery Based on Iterative Elimination. Remote Sensing 11(6).
https://www.pyshepseg.org
MIT License
10 stars 4 forks source link

Installwithpip #32

Closed neilflood closed 2 years ago

neilflood commented 2 years ago

Use setuptools within setup.py, and change installation instructions to suggest running it via pip. Also change installation command within the checks script, and the example parallel_examples/awsbatch/Dockerfile.

neilflood commented 2 years ago

@gillins Note that I have changed your example Dockerfile, so just check I have not messed it up :-)

gillins commented 2 years ago

@neilflood one small change, but otherwise all good with me :+1: