Add credit to greg

This commit is contained in:
Erik Gomez
2020-06-14 22:25:41 -05:00
parent 0692b77619
commit 0e874a1a4b
+7
View File
@@ -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.