python - Cannot add external libraries with PyCharm -


i'm trying add external libraries project in pycharm using the

pycharm > preferences... > project interpreter > python interpreters -> cog on upper right hand side -> click on + icon in project interpreters dialog

in resulting screen, add paths external libraries i'd include in project, , added list of paths in dialog, when expand external libraries entry in project window, paths added not shown.

i tried going through contents of .idea folder identify references external libraries kept using .idea folder of colleague couldn't figure out related settings file.

how can external libraries added phcharm in case?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -