How to add python “libraries” to Eclypse and pydev

后端 未结 1 1637
孤城傲影
孤城傲影 2020-12-05 16:30

I am trying to learn how to use Abaqus Scripting. I just downloaded Eclipse and added the pydev plugin. Everything seems to work fine.

What I want to do now is to ad

相关标签:
1条回答
  • 2020-12-05 17:23

    You can add these libraries to the settings to get the effect you want. This can be done in the Libraries setting accessed through Window > Preferences > PyDev > Interpreter - Python > Libraries. Add the .egg or source folder of the libraries you want to add and click Apply followed by OK.

    0 讨论(0)
提交回复
热议问题