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
正式评论

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

请先登录再写评论。