May-29-2022, 07:37 PM
(May-29-2022, 06:07 PM)chriswrcg Wrote: where should I install it? I was following a youtube video. First attempt at Python.Do you use PyCharm?
Look like you have chosen to create a new Python interpreter with virtual environment.
You either install to the OS version of Python or make virtual environment and install it there.
For basic setup look Python and pip installation under Windows and test that as shown there that
python
and pip
work from cmd.