From acaa9a2797d9ee145a87242a2459859d630e6b2f Mon Sep 17 00:00:00 2001 From: arifer612 <46054733+arifer612@users.noreply.github.com> Date: Tue, 10 Nov 2020 21:51:11 +0800 Subject: [PATCH 1/2] Added `fs` dependency `fs` package also required to build fonts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c960158747..e128fea4cf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To build the binary font files from source, you need Python 3 along with the [FontTools](https://github.com/fonttools/fonttools) packages, which you can install with ```sh -pip3 install afdko fonttools +pip3 install afdko fonttools fs ``` ### Building one font From 66517f4ac71871bb24235b0caff07fa71a538a7f Mon Sep 17 00:00:00 2001 From: arifer612 <46054733+arifer612@users.noreply.github.com> Date: Thu, 12 Nov 2020 01:27:00 +0800 Subject: [PATCH 2/2] Removed `fonttools` and `fs` dependencies As suggested in https://github.com/adobe-fonts/source-code-pro/pull/253#issuecomment-725526716 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e128fea4cf..8005006f24 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To build the binary font files from source, you need Python 3 along with the [FontTools](https://github.com/fonttools/fonttools) packages, which you can install with ```sh -pip3 install afdko fonttools fs +pip3 install afdko ``` ### Building one font