Add pygame to PyCharm

Answered

I installed pygame in my windows 10 pc and it works fine python shell but doesn't work in PyCharm showing the result of it not being add to PyChar. How can I add it to PyCharm?

0
3 comments

You could install Pygame package for your project interpreter as described here: https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html or add an interpreter with this package to PyCharm as described here: https://www.jetbrains.com/help/pycharm/configuring-local-python-interpreters.html. Please let me know if you have any questions/problems with it.

-1

I can't install the package, what can I do?

0

Please sign in to leave a comment.