install
来自「General Hidden Markov Model Library 一个通用」· 代码 · 共 34 行
TXT
34 行
This file contains instructions for installation of the Python bindings forthe GHMM library version 0.7Required Packages: - SWIG (version 1.3.17) - GHMM 0.7Installation instructions:1) Go into the /ghmmwrapper base directory2) First run swig to build the interace: > swig -noruntime -python -nodefault ghmmwrapper.i3) With the python interpreter you want to use, run> python setup.py build4) > python setup.py install --prefix==/some/where/This will install the files of the ghmm pythonwrapper into /some/where/lib/pythonX.Y/site-packages.Make sure to include /some/where/lib/pythonX.Y/site-packagesinto your PYTHONPATH.If you want to insert debugging symbols use > python setup.py build --debugTo check your installation you can run the ghmmunittests.py file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?