-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
back endPythonPythongood first issueGood for newcomersGood for newcomersstructureThis will make something more clear and less prone to programming errorsThis will make something more clear and less prone to programming errors
Description
It should move the existing setup.bat and setup.sh functionality to a python script and should also add new functionality:
Opening a browser page to the Python install link in the README (hard-coded)Clearly I didn't think this through- If the user isn't using windows, it should bring them to the proper OS install page for the version in the README
- Opening a browser page to the Node.js install link in the README
- Again, if the user isn't using windows, it should open the currect OS install page
A browser can be opened in Python using
import webbrowser
webbrowser.open('http://127.0.0.1:8080', new=2) #new=2 indicates it should open in a new tab if possible
Metadata
Metadata
Assignees
Labels
back endPythonPythongood first issueGood for newcomersGood for newcomersstructureThis will make something more clear and less prone to programming errorsThis will make something more clear and less prone to programming errors