jthielen / OpenMosaic

Open-source and extensible radar mosaic creation in Python
Apache License 2.0
15 stars 0 forks source link

Installation instructions #2

Open ahuang11 opened 3 years ago

ahuang11 commented 3 years ago

Maybe add a short blurb on how to install and test the development version:

This worked for me.

git clone https://github.com/jthielen/OpenMosaic.git
cd OpenMosaic
conda install -c conda-forge gdal
pip install -e .
jthielen commented 3 years ago

Thanks for the recommendation! I think I'll create a recommended environment.yml to install the needed packages in place of the conda install ... line, but other than that, your suggested blurb looks great.