Pip install from Github from the UI Permanently deleted user 创建于 2017年11月16日 21:47 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.