From 3000408baaa89cdb7e5dc2253bf982996a801916 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 15 Feb 2022 09:29:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eed8df..ce16f70 100644 --- a/README.md +++ b/README.md @@ -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