Skip to content

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Mar 29, 2023

This removes the need to manually install them system- or user-wide.

This depends on my other PRs, so will be in draft until they're merged.

This removes the need to manually install them system- or user-wide.
@QuLogic QuLogic marked this pull request as ready for review February 6, 2024 10:11
@@ -12,6 +13,9 @@


ROOT_DIR = pathlib.Path(__file__).parent.parent
sys.path.append(str(ROOT_DIR / "fonts"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have to put the fonts directory on the path?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that it may be imported, regardless of where you run the script from.

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

Successfully merging this pull request may close these issues.

2 participants