Python有一些很好的特性,比如共轭,这对于一个项目非常有用。
我尝试在一个特定的虚拟环境中通过pip安装,但是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.它是否可以用另一个名称来安装(在虚拟环境中)?或者是安装到
将en库文件夹放在与脚本相同的文件夹中,以便NodeBox可以找到库。您也可以将其放在
~/Library/Application Support/NodeBox/中。第一次加载所有数据需要一些时间。
就像他们的网站上说的那样?
发布于 2013-09-22 18:41:10
Nodebox库已由位于模式上的PyPI继承。NLP功能包含在pattern.en模块中。它可以安装以下设备:
pip install patternhttps://stackoverflow.com/questions/18946017
复制相似问题