Install GDL for use in Python

风流意气都作罢 提交于 2021-01-28 00:14:31

问题


I need to use some GDL routines from my Python code.

In the GitHub repo of GDL project there is an example very intuitive:

>>> import GDL
>>> print GDL.function("sin",(1,))
0.841470956802

But, seeing the INSTALL.MAKE file from the repo, it appears that I have to build GDL as a Python module. The question is: How I can build/install GDL in order to be used as a Python module, like the example before?

来源:https://stackoverflow.com/questions/48954138/install-gdl-for-use-in-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!