Pip install from Github from the UI
2 人关注
I know I can pip install in the console to get a package from Github. Is there anyway to do it from the UI?
请先登录再写评论。
You could add `requirements.txt` containing link that you pass to `pip install` and PyCharm will suggest to install this requirement.