Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update method of installing FontBakery #6587

Conversation

felipesanches
Copy link
Collaborator

FontBakery now (starting at version 0.9.0a1) requires the name of the desired profile to be passed as an extra when installing it. For google/fonts, we run the Google Fonts profile, so the installation is done with pip install --pre fontbakery[googlefonts]

Without passing extras, only the dependencies needed by the Universal and OpenType profiles (and any vendor-specific profile not requiring additional deps) are installed.

FontBakery now requires the name of the desired profile to be passed as an extra when installing it.
For google/fonts, we run the `Google Fonts` profile, so the installation
is done with `pip install --pre fontbakery[googlefonts]`

Without passing extras, only the dependencies needed by the Universal and
OpenType profiles (and any vendor-specific profile not requiring
additional deps) are installed.
@felipesanches felipesanches merged commit eb24eb6 into google:main Aug 2, 2023
7 checks passed
@m4rc1e
Copy link
Collaborator

m4rc1e commented Aug 9, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants