May-05-2020, 11:13 PM
pip is probably already installed.
open a command window and type
it should respond with the version of pip.
to run python, again from command line, type
it should open a shell.
You will want to install an IDE so you can edit, debug and run from the same application.
I recommend VSCode, and direct you here for installation instructions:
https://python-forum.io/Thread-VS-Code-f...ght=VSCode
open a command window and type
pip -V
it should respond with the version of pip.
to run python, again from command line, type
python
it should open a shell.
You will want to install an IDE so you can edit, debug and run from the same application.
I recommend VSCode, and direct you here for installation instructions:
https://python-forum.io/Thread-VS-Code-f...ght=VSCode