ivapylibs / Surveillance

The surveillance system for the SuperviseIt project
0 stars 1 forks source link

Make pip configuration files for codebase #15

Open pv33 opened 2 years ago

pv33 commented 2 years ago

It would be great to be able to have pip automatically source the necessary code for the puzzle solver project. That would make installation super easy. The pip/python document indicates that we can indeed make some kind of dependency/package database that indicates how to snag from git repositories.

Need to read up on how to do so and how to host (if needed) the database.