Pip install from Github from the UI

I know I can pip install in the console to get a package from Github. Is there anyway to do it from the UI?

0
1 comment
Official comment

You could add `requirements.txt` containing link that you pass to `pip install` and PyCharm will suggest to install this requirement.

Please sign in to leave a comment.