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.
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.