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

Provide an installable python package #73

Merged
merged 5 commits into from
Feb 18, 2023
Merged

Provide an installable python package #73

merged 5 commits into from
Feb 18, 2023

Conversation

git-developer
Copy link
Contributor

This PR adds metadata to simplify the installation and start of joycond-cemuhook.

Examples for installation:

# install latest commit of the default branch
pip3 install git+https://github.com/joaorb64/joycond-cemuhook

# install from branch `develop`
pip3 install git+https://github.com/joaorb64/joycond-cemuhook@develop

# install from master branch without git
pip3 install https://github.com/joaorb64/joycond-cemuhook/archive/master.zip

To start, just run joycond-cemuhook in any directory.

May be tested using repo https://github.com/git-developer/joycond-cemuhook and branch feature/python-package

@git-developer git-developer reopened this Feb 17, 2023
@git-developer
Copy link
Contributor Author

References #71.

@joaorb64 joaorb64 merged commit d488022 into joaorb64:master Feb 18, 2023
@git-developer git-developer deleted the feature/python-package branch February 18, 2023 20:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants