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

Use standard Python packaging #2

Open
chaosite opened this issue Jul 7, 2019 · 1 comment
Open

Use standard Python packaging #2

chaosite opened this issue Jul 7, 2019 · 1 comment

Comments

@chaosite
Copy link

chaosite commented Jul 7, 2019

Read here: https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/creation.html

Most important bit being the requirements.txt file to track dependencies, after which you can just run pip install -r requirements.txt in order to install all the requirements (and even put your package up on pypi!)

But the setup.py part can also be nice. You can have it do the pyinstaller step instead of using a batch file, and stuff like that.

@Mitnitsky
Copy link
Owner

Thank you thats a good point , ill do that you after the exams together with refactoring of the code :)

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