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

Updated mset9.bat to Install Python #34

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

J0n-b0
Copy link

@J0n-b0 J0n-b0 commented Feb 23, 2024

Rather than telling Windows users to install Python themselves, I've updated the .bat to do it for them. This has not been tested on Windows 7, but unless i did something wrong it should work.

It does the following:

  • Checks if python or py exists, and runs them it they do (fixes Check for both "py" and "python" commands on Windows #33)
  • If not found, it asks user if they want to install Python
  • If yes, it downloads and installs the appropriate Python version (based on their Windows version) and opens and runs mset9.py in a new cmd instance

This hopefully will cut out the middleman of users downloading Python themselves, which some users can get confused on.

@J0n-b0
Copy link
Author

J0n-b0 commented Feb 23, 2024

Forgot to add event if windows version not supported, will add

@J0n-b0 J0n-b0 requested a review from mpgiii February 26, 2024 21:07
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