mediachain / mediachain-indexer

search, dedupe, and media ingestion for mediachain
33 stars 14 forks source link

Explore wheel-based distribution #15

Closed parkan closed 8 years ago

parkan commented 8 years ago

Distributing this via pip is v hard and probably won't get better with newer models incorporated, consider wheel/binary distribution

autoencoder commented 8 years ago

Looking into 3 solutions now:

parkan commented 8 years ago

We used submodules for a bit, I kind of feel like I'm their biggest proponent and I still hate them. At minimum need hook to automatically git submodule update --init on changes to .gitmodules (no idea why this isn't the default, I guess maybe for larger repos?)

parkan commented 8 years ago

Closing for now since redistributing indexer is not a v high priority