Skip to content

Use standard Python packaging #2

@chaosite

Description

@chaosite

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions