How to add python libary in bazel build

I want to connect postgresql DB to Anki so I can save some important data in postgresql. I don’t know how to add psycopg2 in Anki. I know it should be added in Bazel. But I don’t know where to changes or add the library. If try to use pip its installing library in local machine. I want to add in bazel itself.

can any one tell me how to add python library in anki within bazel.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.