Skip to content

Commit 413a6b5

Browse files
committed
minor update
1 parent cb0f3c6 commit 413a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The format for command line usage is the following:
5050
$ python fmp.py [UFO path 1] [UFO path 2] ... [UFO path n]
5151
```
5252

53-
Faster compiles can be achieved for some users with the use of the PyPy interpreter rather than the cPython interpreter. Install [PyPy](http://pypy.org/) on your system, [create a virtualenv environment for PyPy](http://docs.python-guide.org/en/latest/dev/virtualenvs/#lower-level-virtualenv), install fontmake (see above), and execute the script with the following command:
53+
Faster compiles can be achieved for some users with the use of the PyPy JIT compiler rather than the cPython interpreter. Install [PyPy](http://pypy.org/) on your system, [create a virtualenv environment for PyPy](http://docs.python-guide.org/en/latest/dev/virtualenvs/#lower-level-virtualenv), install fontmake (see above), and execute the script with the following command:
5454

5555
```
5656
$ pypy fmp.py [UFO path 1] [UFO path 2] ... [UFO path n]

0 commit comments

Comments
 (0)