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

Suggestion: Requirements.txt #21

Closed
leptoid opened this issue Oct 3, 2017 · 1 comment
Closed

Suggestion: Requirements.txt #21

leptoid opened this issue Oct 3, 2017 · 1 comment
Assignees

Comments

@leptoid
Copy link
Contributor

leptoid commented Oct 3, 2017

I would like to suggest adding the following to "requirements.txt" so that users may make their own .exe with your batch file. I just reinstalled Windows, Python 3.6 x64, node, etc. and thse were the only 3 items I needed in addition to what you already had in the requirements file. Optionally, you could make a "Build_Requirements.txt" and dump them in there.

pyinstaller
bs4
tqdm

Thanks for the script. It does what it needs to.

@Xonshiz Xonshiz self-assigned this Oct 4, 2017
Xonshiz added a commit that referenced this issue Oct 4, 2017
Read the Changelog for more information...
@Xonshiz
Copy link
Owner

Xonshiz commented Oct 4, 2017

For making .exe, PyInstaller isn't the only option. Py2exe, cx_freeze or nuitka, there are many choices. Hence, I'm not adding that one. But thanks for reminding about bs4 and tqdm.

Fixed it!

@Xonshiz Xonshiz closed this as completed Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants