用于 Python的NodeBox 英语语言库具有一些不错的功能,例如共轭,这对于项目可能非常有用。
我尝试通过 pip 在特定的 virtualenv 中安装,但pip search nodebox
只显示:
NodeBox - Simple application for creating 2-dimensional
graphics and animation using Python code
nodebox-color - Color classes for python
NodeBox-for-OpenGL - 2D animation with Python code
nodebox-opengl - NodeBox for OpenGL is a free, cross-platform
library for generating 2D animations with Python
programming code.
它是否可以通过另一个名称进行 pip 安装(在 virtualenv 中)?或者是安装到的唯一方法
将 en library 文件夹与脚本放在同一文件夹中,以便 NodeBox 可以找到该库。你也可以把它放进去
~/Library/Application Support/NodeBox/
。第一次加载所有数据需要一些时间。
如他们网站上所述?