Conversation

QuLogic

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.
@QuLogicQuLogic 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 . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.