I need to install a private package which is in my local directory to the QGIS Python environment. I can install it to my conda environmnet by defining the local directory path as channel. How do I install in QGIS Python environment?
Note - I am creating a QGIS plugin which uses services from the in-house package.
The answer to Installing 3rd party python libraries for QGIS on Windows does not work for me as I am not installing Python packages.