Skip to content

Commit

Permalink
update instructions for installing from source
Browse files Browse the repository at this point in the history
[no CI]
  • Loading branch information
cjchapman committed Nov 7, 2018
1 parent ad64f47 commit 878525e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ In order to build afdko from source get the files from the [afdko github
repository](https://github.com/adobe-type-tools/afdko), cd to the
top-level directory of the afdko, and use the `setup.py` script:

python setup.py install
python setup.py bdist_wheel
pip install dist/*.whl

And to be able to run this install command, you must first have
And to be able to run these commands, you must first have
installed the development tools for your platform.

On the Mac, install these with:
Expand Down

0 comments on commit 878525e

Please sign in to comment.