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

Support python 3.12, Simplify some steps. #54

Closed
wants to merge 5 commits into from

Conversation

lorenzwan
Copy link

No description provided.

Copy link

@BroJac5246 BroJac5246 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not redphx, the owner, but I've taken a look and have some feedback. I'm not convinced that the .bat files are really that necessary. Can you explain why you included them?

# JoyDance
# JoyDance Python312

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be reverted.

- PC/Mac/Linux with bluetooth support. Doesn't work with Chrome OS/Crostini ([#15](../../issues/15)).
- [Python 3.7+](https://www.python.org) and [pip](https://pip.pypa.io/en/stable/installation/) installed.
- PC/Mac/Linux with bluetooth support. Doesn't work with Chrome OS/Crostini ([#15](https://github.com/redphx/joydance/issues/15)).
- [Python 3.11+](https://www.python.org) and [pip](https://pip.pypa.io/en/stable/installation/) installed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to retain support for older Python versions so that people who already have this installed can continue to use it without upgrading Python?

Comment on lines -43 to +44
1. Download [the latest version](https://github.com/redphx/joydance/releases/latest/) and extract it into a folder.
2. Open that folder in Terminal/Command Prompt, then run this command:
```
pip3 install -r requirements.txt
```
1. Download [the latest version](https://github.com/lorenzwan/joydance-python312/releases/latest/) and extract it into a folder.
2. Run `install.bat`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should revert the link and ensure the old command is mentioned so that non-Windows operating systems still work.

That said, how useful is this actually? It runs one command.

Comment on lines -91 to +88
3. Run this command:
```
python3 dance.py
```
or
```
python dance.py
```
3. Run `dance.bat`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once again, ensure the old command is mentioned for macOS and Linux support.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a single line. How useful is it actually?

Also, a new line would be good here.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth it for two lines? To be fair, I did personally create a .ps1 script for this exact same reason...

It's a best practice to add new lines to the end of files. Apparently GitHub Mobile crashes when I review a file that doesn't end in a newline...

@lorenzwan lorenzwan closed this by deleting the head repository Jun 26, 2024
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.

2 participants