dfxml-working-group / dfxml_python

Digital Forensics XML packages in Python
Other
15 stars 3 forks source link

Instructions for updating #36

Open bdietz opened 2 years ago

bdietz commented 2 years ago

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!

ajnelson-nist commented 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.