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

Install requirements via apt? #2

Open
rovo89 opened this issue Dec 12, 2024 · 2 comments
Open

Install requirements via apt? #2

rovo89 opened this issue Dec 12, 2024 · 2 comments

Comments

@rovo89
Copy link

rovo89 commented Dec 12, 2024

Wondering whether apt install python3-tqdm would be better than pip install tqdm?

@ClemensElflein
Copy link
Member

I don't usually like installing using apt, because then the lib version is system dependent

It already has a requirements.txt, so it probably should be the usual mkvirtualenv + pip install -r requirements.txt

@rovo89
Copy link
Author

rovo89 commented Dec 12, 2024

Yep, that would be the best way. For system-wide installation, I understood that distribution packages should be preferred: https://veronneau.org/python-311-pip-and-breaking-system-packages.html

The README currently doesn't mention a version number, so the installation would be as random as using apt. With the requirements.txt, you get exactly what you've tested with.

To be clear, this has no priority, but if I didn't bring it up now, I'd forget about it.

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

2 participants