From e7813249ae74ca19740fecb598006342a4bd6b24 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Sun, 14 Jun 2020 21:52:34 -0500 Subject: [PATCH] more updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8433c77..efbcdfe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # python A Python framework that installs to `/Library/SystemFrameworks/Python.framework`. +Please see Apple's documentation on [file system basics](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html) for more information on the thought process here. + This is an intended replacement for when Apple removes `/usr/bin/python` ## Notes