I’m planning to create a few Python scripts with AI, but I’m not sure which libraries are supported in Pickaxe yet. Could you provide a list of the Python libraries that Pickaxe supports?
Hi @hurmuli ,
Any Python package that is available through pip can be used in a Pickaxe Action. To make a package available, add it to the Additional Packages section at the bottom of the Action Details page.
One important note: packages that are already part of Python’s standard library do not need to be added there. Those are already available by default and can simply be imported directly in your Action code.
