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

Where is python requirements.txt file? #16

Closed
AlienSarlak opened this issue Jun 9, 2024 · 3 comments
Closed

Where is python requirements.txt file? #16

AlienSarlak opened this issue Jun 9, 2024 · 3 comments

Comments

@AlienSarlak
Copy link

Hi,

I want to use this tool, but I can't find the requirements.txt file, which is the standard way to list Python packages. Is it a good idea to consider using one? It makes using the tools much easier and user-friendly.

@AlienSarlak
Copy link
Author

AlienSarlak commented Jun 9, 2024

requirements.txt
might be helpful

@PaulZC
Copy link
Contributor

PaulZC commented Jun 10, 2024

Hi Ali (@AlienSarlak ),

We use GitHub Actions (Workflows) to build the executables: .github/workflows. The requirements are in there - and vary slightly from platform to platform:

pip3 install pyserial pycryptodome pyinstaller pyqt5 darkdetect

Please feel free to fork this repo and add your own requirements file for your chosen platform.

Best wishes,
Paul

@PaulZC PaulZC closed this as completed Jun 10, 2024
@AlienSarlak
Copy link
Author

Thanks for the info

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