3

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
  • 8,684
  • 19
  • 37
  • 59
Mlody87
  • 373
  • 1
  • 4
  • 18

2 Answers2

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
  • 321
  • 5
  • 5
0

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
  • 900
  • 14
  • 24