-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
How to change settings when installed via pip? #162
Comments
I am also puzzled by this.. |
A command similar to: Should give you what you are looking for: In my case: |
You can look at https://github.com/VikParuchuri/marker/blob/master/marker/settings.py for what the default settings are. |
It would be nice to have a TOML config file, e.g. |
readme.md says: Inspect the settings in marker/settings.py. You can override any settings with environment variables.
But how can I find the marker/settings.py file or is this only valid for download via git?
Sorry, noob question, I don't have much experience with Python
The text was updated successfully, but these errors were encountered: