Normally I add an requirement in my xml file and conda will install it in a environment and the galaxy tool can use that program. Is there a proper or “official” way to install packages in the environment of the tool that are only available in pip?
I can just use pip to install the package on my system and python can find it, but I was wondering if there is a method to install it only in the environment of that specific galaxy tool.