Skip to content

Commit

Permalink
Make sure the install commands have no leading spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa authored May 14, 2024
1 parent 3c82568 commit 538319f
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,35 @@

- Make sure you have Python 3.6 (or higher) installed:

python --version

```sh
python --version
```

- Setup a virtual environment:

python -m venv ot-svg

```sh
python -m venv ot-svg
```

- Activate the virtual environment:

- macOS & Linux

source ot-svg/bin/activate
```sh
source ot-svg/bin/activate
```

- Windows

ot-svg\Scripts\activate.bat
```sh
ot-svg\Scripts\activate.bat
```

- Install **opentypesvg**:

python -m pip install opentypesvg

```sh
python -m pip install opentypesvg
```

# How to make OpenType-SVG fonts?

Expand Down

0 comments on commit 538319f

Please sign in to comment.