gladcolor / LLM-Geo

GNU General Public License v3.0
253 stars 47 forks source link

How to install requirements.txt dependencies ? #3

Closed ouriel26 closed 7 months ago

ouriel26 commented 7 months ago

Hi,

Many dependencies are declared from local references, so that the pip install cannot work properly.

Can you help please ?

THANKS

gladcolor commented 7 months ago

Thanks for pointing it out! I just deleted the local reference. You can try that. Note that you may need to install geopandas.

ouriel26 commented 7 months ago

thank you @gladcolor !