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?

2
  • 1
    What are you using to manage your environments? Commented Dec 13, 2019 at 9:56
  • 1
    Does this answer your question: stackoverflow.com/questions/13270877/… Commented Dec 13, 2019 at 10:05

3 Answers 3

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

Sign up to request clarification or add additional context in comments.

Comments

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

Comments

0

Let's assume the name of the project is JustLearning

Open File > Settings

enter image description here

Expand the Project section and click on Python Interpreter and click on the + icon

Let's install the package called randomcolor

enter image description here

In the search bar search for the package that you would like to install

enter image description here

Click on the Install package button and once the package it will show in the bottom that the package is installed

enter image description here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.