Skip to content
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

Maybe little howto would be helpful? #29

Open
markussiebert opened this issue Nov 3, 2024 · 0 comments
Open

Maybe little howto would be helpful? #29

markussiebert opened this issue Nov 3, 2024 · 0 comments

Comments

@markussiebert
Copy link

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.

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

No branches or pull requests

1 participant