Installing Python package from Bitbucket

Hi,
I’m building an extension that requires connecting to a third-party Python client package on Bitbucket. In my other IDEs I can install the package using pip and referring to the bitbucket URL with “git+”. Is it possible to do this in Omniverse Code? If so, how can I get it working? Thanks.

Hi again, I found there is an OV extension, omni.kit.extpath.git. However when I am trying to use it throws an error saying the Module is not found. Is there another way to install external Python packages outside of pypi? I’m working in OV Code.