how to install packages with pycharm which are not available in the list
hi,
I am trying to install some packages like waveform in Pycharm but when I search for it I cannot find them. Can I know how to install such packages or what i am missing?
Thanks!
suman
请先登录再写评论。
PyCharm's packaging support is based on talking to a PyPI or compatible package repository. I don't see "waveform" as a package in PyPI. If it is in a non-PyPI location, then just manually manage it with pip in a requirements.txt file.