Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.24 KB

File metadata and controls

42 lines (34 loc) · 1.24 KB
                     _     ____ __  __ _____           _     
                    | |   / ___|  \/  |_   _|__   ___ | |___ 
                    | |  | |   | |\/| | | |/ _ \ / _ \| / __|
                    | |__| |___| |  | | | | (_) | (_) | \__ \
                    |_____\____|_|  |_| |_|\___/ \___/|_|___/
                                                    ---- 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

LICENSE

MIT