This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
3.0.0
Pre-release
Pre-release
Requirements:
- macOS 10.15+
- python3 installed from python.org
Anticipating the removal of python2 from macOS, this release requires python3.
Options for installing python3:
- Install the pkg downloaded directly from python.org.
- Install Apple's CL Tools (either by downloading the pkg from Apple's developer site, or by invoking the shim at
/usr/bin/python3
). - Build your own copy of python (E.g. Greg Neagle's relocatable python tools). You'll need to ensure that this custom python is the default python in your
$PATH
.
Thanks to @homebysix for working on this compatibility release.