Louis-Dreyfus-Company / geeservermap

Interactive map for Google Earth Engine in python
MIT License
3 stars 0 forks source link

check installation process #20

Closed 12rambau closed 10 months ago

12rambau commented 10 months ago

I think I solved the installation process in the latest pre-release. I switch from setuptools to hatch to avoid relying on find_package method for data file discovery. Hatch says everything go in distribution unless discarded which is way more conviient to manage.

@rodrigo-ldc could you check on your computer if a regular pip install works ?

rodrigo-ldc commented 10 months ago

yes! perfect, thanks you @12rambau!