A script that calls LCModel through Python.
Project description
_ ____ __ __ _____ _
| | / ___| \/ |_ _|__ ___ | |___
| | | | | |\/| | | |/ _ \ / _ \| / __|
| |__| |___| | | | | | (_) | (_) | \__ \
|_____\____|_| |_| |_|\___/ \___/|_|___/
---- by Luo Debin
LCMTools: A script that calls LCModel through Python:
一个在Python里面方便调用LCModel的Python模块。怎么使用(兼容linux/MacOS)
1.安装
方法一(推荐)
>>> pip install lcmtools
方法二
>>> git clone https://github.com/luodeb/LCMTools.git
>>> python3 setup.py install