From fbafc593e455247d4d6a734216e60931619df6d9 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Sun, 14 Jun 2020 22:27:48 -0500 Subject: [PATCH] fix readme install path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca618e..f414093 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # python -A Python framework that installs to `/Library/SystemFrameworks/Python.framework`. +A Python 3 framework that currently installs to `/Library/SystemFrameworks/Python3.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.