Skip to content

A Python script should be written for setup #34

@nicole-mcg

Description

@nicole-mcg

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

No one assigned

    Labels

    back endPythongood first issueGood for newcomersstructureThis will make something more clear and less prone to programming errors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions