From 0e874a1a4b40fab991b0d32411ec239a684e59ef Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Sun, 14 Jun 2020 22:25:41 -0500 Subject: [PATCH] Add credit to greg --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index efbcdfe..fca618e 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,10 @@ Tools that should work: # Updating packages This should be done in a clean virtual environment. After every python package install, you can run `pip freeze | xargs pip uninstall -y` to cleanup the environment. + +# Credits +These packages are created with two other open source tools: +- [relocatable-python](https://github.com/gregneagle/relocatable-python) +- [munki-pkg](https://github.com/munki/munki-pkg) + +Both are written by [Greg Neagle](https://www.linkedin.com/in/gregneagle/). Thank you for your continued dedication to the macOS platform.