heissgetraenk / fcmcua

FreeCAD Motion Control Workbench: Link a motion controller to a FreeCAD assembly using OPC UA
GNU General Public License v3.0
14 stars 4 forks source link

FreeCad addon manager: installing dependency #30

Closed heissgetraenk closed 1 year ago

heissgetraenk commented 1 year ago

@chennes where does the addon manager install dependencies to? Or rather: Is adding asyncua to the package.xml enough to get it installed or am I missing something?

chennes commented 1 year ago

Two part answer: you shouldn't have to care about that, just specify the dependency in package.xml and FreeCAD will find it where the AM puts it. It's putting it in FREECAD_USER_DIR/AdditionalPythonPackages.

heissgetraenk commented 1 year ago

I worked this time around. For some reason it didn't prompt me to install the depedency earlier. It did now and installed perfectly. Thanks again!