I am starting to learn python, and I've been following courses using either command prompt or PyCharm.
I've been downloading packages through the command line prompt. Where can I find the installation directory and put it somewhere in PyCharm so that I don't have to download it twice?
To give an example, I just downloaded to matplotlib library using pip on the command line prompt as pip install maptlotlib
. It got downloaded. When I then go to PyCharm - Setting - Python Environement, the maptlotlib package does not show up. How may I make it appear?