I've just installed Phython and I can't install packages

Hi there! Good to meet you.

I’ve just installed Phython on my machine but as far as I know, I have two install requests-2.22.0 and beautifulsoup4-4.8.2.

On some pages I’ve seen people using a kind of “Phython cmd” but I kinda learnt how to use Windows 7 cmd

Whenever I tried to install them, I get this:

image

Did I do something wrong? Did I install anything wrong?

Phython is on C:\Program Files\Python38-32

Thank you!

In order to install Python Packages. You should open C:\Program Files\Python38-32\Scripts\pip install requests.

Let me know if it works!

1 Like