From 3c82568648e753ccea79003246bdd21e8494f303 Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Tue, 14 May 2024 11:06:20 -0700 Subject: [PATCH] Update installation instructions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb44ef4..672893d 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,19 @@ python -m venv ot-svg -- Activate the environment: +- Activate the virtual environment: - source ot-svg/bin/activate + - macOS & Linux + source ot-svg/bin/activate -- Update **pip**: - - pip install -U pip + - Windows + ot-svg\Scripts\activate.bat - Install **opentypesvg**: - pip install opentypesvg + python -m pip install opentypesvg # How to make OpenType-SVG fonts?