From eec76d8792f7865583a73a7f80a180188ea1839f Mon Sep 17 00:00:00 2001 From: Michael Carter Date: Wed, 14 Sep 2022 12:11:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20instructions=20for=20Ma?= =?UTF-8?q?c=20installs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 226a84d..d827c7c 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,13 @@ Which font weight of Operator Mono do you use? Also note difference between Scre - The original _Operator Mono_ font... of course. - Python (v2.7+) + - **NOTE**: For Mac, the default system Python v2.7 doesn't work. Make sure you install Python 3. - Node.js - Install _fonttools_ from https://github.com/fonttools/fonttools - Windows/Linux: `pip install fonttools` - **NOTE**: For Windows you should use a console with administrative permissions if your Python sit under `C:\PythonX` - **NOTE**: For Linux in WSL/WSL2, ensure that _fonttools_ is added to PATH after install. Alternatively, consider installing via `sudo apt install fonttools`. - - Mac: `pip3 install fonttools` + - Mac: `pip3 install fonttools` (from Python 3) ## Installation