How can we run pink from its source code? #99
Unanswered
dbdxnuliba
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It has been solved in import os
import sys
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we install pink from its source code?
Beta Was this translation helpful? Give feedback.
All reactions