下载与安装 - AlephAlpha/LifeFind GitHub Wiki
这是一个 Mathematica 程序包,您需要 Wolfram Mathematica。
直接点 Github 页面右上角的那个绿色的按钮 “Clone or download” 就能下载。当然也可以用 git clone:
git clone https://github.com/AlephAlpha/LifeFind.git
安装的方式和别的 Mathematica 程序包一样。Wolfram 官网上有一个很具体的说明。
每次使用的时候,需要在 Mathematica 中用以下命令来加载:
<< Life`
或者:
Need["Life`"]