I would like to add OpenVino setupvars.sh into a PyCharm project?
I'm working on a project usig OpenVino and in order to use OpenVino right now I am using following bash script in .bashrc
source /opt/intel/openvino/bin/setupvars.sh
However, I would like to work on the project using PyCharm which make easier to handle the project as it gets bigger.
How we can use OpenVino in a PyCharm project.