Skip to content

Commit

Permalink
Merge branch 'develop' into fix-doc-hhea-descender
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf authored Jun 21, 2024
2 parents f3bccee + c979eb7 commit 9eb7bbc
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,29 @@ Note for Linux users (and users of other platforms that are not macOS or Windows

- Create a virtual environment:

python -m venv afdko_env
```sh
python -m venv afdko_env
```

- Activate the virtual environment:

- macOS & Linux

source afdko_env/bin/activate
```sh
source afdko_env/bin/activate
```

- Windows

afdko_env\Scripts\activate.bat
```sh
afdko_env\Scripts\activate.bat
```

- Install [afdko](https://pypi.python.org/pypi/afdko):

python -m pip install afdko
```sh
python -m pip install afdko
```

Installing the **afdko** inside a virtual environment prevents conflicts
between its dependencies and other modules installed globally.
Expand Down

0 comments on commit 9eb7bbc

Please sign in to comment.