From 5c25311fdf382ff9e177e3a0d839d8c176aade9e Mon Sep 17 00:00:00 2001 From: Reland Boyle <71753585+GlorifiedBicycle@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:12:07 -0400 Subject: [PATCH] Added note regardign installing FontTools under WSL/WSL2 (#174) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0fa59..03ea401 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ Which font weight of Operator Mono do you use? Also note difference between Scre - Python (v2.7+) - 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` + - 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` ## Installation