Contributor Install Instructions
These instructions are for readers who want to improve Fontknife by
Fixing bugs
Adding new features
Testing or reviewing the above
See User Install Instructions if you only want to convert files.
Requirements
First, make sure you have the following:
A GitHub account
Python 3.8+
At least 5 MB of disk space to install dependencies
Install Instructions
cd fontknifeto enter the directoryRun
pip install fontknife -e .[dev,docs]to install the project and its dependencies in editable mode.Run
fontknife convert --helpto make sure it runs.Run
pytestto run all unit tests.