Add a library to pycharm interpreter using powershell command to any computer

Viewed 18

I tried to pip install a library to Pycharm using PowerShell but understood it wasn't the way. I might be confused about that part. Here is the command that I ran from Powershell:

pip install selenium

But Pycharm can't add libraries to his interpreter using the "pip install" command. I want to add a library to Pycharm's interpreter using a PowerShell command so I can run this command from any other computer and it will still work and download the library so Pycharm will identify it and be able to run it.

0 Answers
Related