Added note regardign installing FontTools under WSL/WSL2 (#174)

This commit is contained in:
Reland Boyle
2021-10-18 10:12:07 -04:00
committed by GitHub
parent a55ef07837
commit 5c25311fdf
+3 -1
View File
@@ -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