I want to install a package in PyCharm and it cant be installed, so instead I install in the CMD in Windows with the same Python version that I set as interpreter in PyCharm. Now, when I want to import the package from inside PyCharm, it doesn't work but importing it from the Windows terminal works fine.
How can I connect the installed packages of python from the CMD to PyCharm ?