I'm using PyCharm
and also installing dependencies with pip
I dont know how to make PyCharm to get this new dependencies that I install and are in the folder {project_base}/env/lib/python3.9
If I go there I can see the libraries installed, but PyCharm is not able to seen it, and allow me to use it in the code.
I've seen in the preference the Python Interpreter
section, but I need to use pip, since I'm documenting the package to install with pip for other users.
Any idea how to point my PyCharm to my env/lib/
folder?
Regards