Skip to content

Commit

Permalink
update instructions for installing from source
Browse files Browse the repository at this point in the history
  • Loading branch information
cjchapman committed Nov 7, 2018
1 parent ad64f47 commit 243ac40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ 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
installed the development tools for your platform.
Expand Down

0 comments on commit 243ac40

Please sign in to comment.