I have a script that needs some external modules (lxml for XML Parsing) and while I have it installed on my system, it seems that Photoscan might have its own installation of Python for its scripting purposes. Is it possible to install additional modules via pip into this installation of python?
I'm working on a Mac running Sierra if that helps.
Thanks!