Pip install from Github from the UI Permanently deleted user Created November 16, 2017 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.