We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to run it locally I have to change several loc:
Add this to main.py
if __name__ == "__main__": main()
and change this import
from paperless_asn_qr_codes import avery_labels # to import avery_labels
In addition, I have to install all deps myself. Wouldn't a requirements file make sense?
I think the issues exist because I have no python experience :-) So some small getting started docs might be helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I try to run it locally I have to change several loc:
Add this to main.py
and change this import
In addition, I have to install all deps myself. Wouldn't a requirements file make sense?
I think the issues exist because I have no python experience :-) So some small getting started docs might be helpful.
The text was updated successfully, but these errors were encountered: