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?
3 Answers
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
Comments
Let's assume the name of the project is JustLearning
Open File > Settings
Expand the Project section and click on Python Interpreter and click on the + icon
Let's install the package called randomcolor
In the search bar search for the package that you would like to install
Click on the Install package button and once the package it will show in the bottom that the package is installed



