Update README.md

This commit is contained in:
Greg Neagle
2022-02-15 09:29:27 -08:00
committed by GitHub
parent cb0a3f2097
commit 3000408baa
+1 -1
View File
@@ -6,7 +6,7 @@ Please see Apple's documentation on [file system basics](https://developer.apple
This is an intended replacement for when Apple removes `/usr/bin/python` (which is happening with the macOS 12.3 release Spring 2022)
## Why should I use this instead of a package from python.org?
- It comes with PyObjC and other modules useful for MacAdmisns pre-installed; making it more like the Apple Python it's intended to replace
- It comes with PyObjC and other modules useful for Mac admins pre-installed; making it more like the Apple Python it's intended to replace
- It installs to a location less likely to be overwritten, removed, or modified by developers or power users who are also working with Python
## Using interactively