Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa authored May 14, 2024
1 parent 73a2137 commit 3c82568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 3c82568

Please sign in to comment.