📄 install
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -