The current instructions are written for people who can intuitively figure out that Python must be installed; how to use pip, and much more. This is fine for an early release; but will make it nearly impossible to understand for a vast majority of people.
I would recommend one of two solutions:
Set up real step-by-step instructions (including installing Python with environment variables so that the pip command can run anywhere).
Find a way to create some sort of installer/executable so that users can run the entire script without the need for a terminal.
The current instructions are written for people who can intuitively figure out that Python must be installed; how to use pip, and much more. This is fine for an early release; but will make it nearly impossible to understand for a vast majority of people.
I would recommend one of two solutions: