EdwardBetts / osm-wikidata

Match OSM entities with Wikidata items
http://osm.wikidata.link/
GNU General Public License v3.0
109 stars 20 forks source link

add requirements.txt file or something other allowing automatic install of python dependencies #607

Closed matkoniecz closed 3 weeks ago

matkoniecz commented 3 years ago

I tried again to try fixing some of bugs that I reported (#577 etc) but got stuck on installing (maybe I should send an untested PR instead...).

Is there already a way to setup at least python dependencies automatically?

pip3 install --user -r requirements.txt seems quite standard way, and right now https://github.com/EdwardBetts/osm-wikidata/blob/master/INSTALL#L13 seems to recommend a manual install.

Would you accept PR adding requirements.txt file or is there already something fullfilling this functionality that needs to be mentioned in INSTALL file?

matkoniecz commented 3 years ago

Is there chance of something appearing? I would gladly make PR for issues that I keep opening (and block reasonable use of this tool in my area), but right now there is no sane way to do this.

matkoniecz commented 3 weeks ago

I see that https://github.com/EdwardBetts/osm-wikidata/blob/master/requirements.txt was added

thanks!

Though I will wait for merging/rejecting or at least commenting on PRs from 2021 and 2023 (see https://github.com/EdwardBetts/osm-wikidata/pulls ) before I will make own.