Open bdietz opened 2 years ago
Thank you for raising this. As I recall, there are a few logistic matters to work out w.r.t. versioning of this repository (SEMVER and GitFlow). I hope to settle those soon, and then I'll try to get this onto PyPI.
Currently, this repository can be tracked like any other pre-release software that is managed with Git: The repository can be tracked as a Git submodule, and installed as a local directory into an environment. This is what the Makefile
does; see e.g. today's line 58--62.
Hello! I'd like to suggest that you eventually include instructions for how to update dfxml_python, eg, pip install --upgrade, if/when available in PyPI, and possibly recommendations for doing so until it's available in there. Thanks!