mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
📝 Update instructions for Mac installs
This commit is contained in:
@@ -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.
|
- The original _Operator Mono_ font... of course.
|
||||||
- Python (v2.7+)
|
- Python (v2.7+)
|
||||||
|
- **NOTE**: For Mac, the default system Python v2.7 doesn't work. Make sure you install Python 3.
|
||||||
- Node.js
|
- Node.js
|
||||||
- Install _fonttools_ from https://github.com/fonttools/fonttools
|
- Install _fonttools_ from https://github.com/fonttools/fonttools
|
||||||
- Windows/Linux: `pip install 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 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`.
|
- **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
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user