0
Python 3 no library in pycharm
I dont have liblary in pycharm when i go to project interpreter select project interpreter and click to pip its empty i have nothing to chose
3 Respostas
0
Install pip, if it isn't installed, then found it's directory, copy and paste command "cd <pip directory>", then write "pip install pycharm"
I hope, i right all write, because I'm bad speak english)))
0
I have pip alredy instaled
0
Go to command line and write "$ pip install" and name of library. If don't work, i can't help.