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

Add requirements.txt or similar to define dependencies #22

Open
Aarkon opened this issue Oct 16, 2022 · 0 comments
Open

Add requirements.txt or similar to define dependencies #22

Aarkon opened this issue Oct 16, 2022 · 0 comments

Comments

@Aarkon
Copy link

Aarkon commented Oct 16, 2022

Let me start off by saying that I love your tool, honestly!

I ran into an issue though when I tried to clone this repo and run it in a debugger, because I can't figure out which libraries I need to install. The Deps: list in the script itself isn't that helpful to be honest:

  • python-dbus is actually called dbus-python
  • does naming python in this list just mean that the interpreter has to be installed?
  • bash: Does this mean we rely on running the script in a surrounding that can be controlled via bash syntax or is that a pyhton library with the same name? pulseaudio analogously.
  • requests is a library, I happen to know that at least

All of this could be solved with a requirements.txt file or whatever sort of dependency management appeals to you.
Keep up the good work, I appreciate 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

1 participant