5

I'm using PyCharm. I try to install Selenium but I have a problem with proxy. I try to add packages manually to my project/environment but I don't know how. I downloaded files with Selenium. Could you tell me how to add this package to Project without using pip?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Mlody87
  • 425
  • 1
  • 7
  • 19

2 Answers2

2

Go to File > Settings > Project Interpreter > click the + button and search the name of the package you want to install.

If you want to install it offline, follow the instructions here

Alaleh
  • 1,008
  • 15
  • 27
0

open pycharm

click on settings (if u use mac click on preference )

click project

then click projecti nterpreter

click the + button on the bottom of the window you can see a new window search Selenium package and install

Muhammad Shabin
  • 381
  • 5
  • 5