Installation¶
Stable release¶
To install mcc, run this command in your terminal:
$ pip install mcc
This is the preferred method to install mcc, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
源码安装¶
从 github 上下载 源码 Github repo.
你也可以从公共的仓库中克隆:
$ git clone git://github.com/iamkkqi/mcc
如果你已经克隆了项目你就可以通过下面两种方式安装使用:
方法一:
$ python setup.py install
方法二:
然后进入项目虚拟环境(我这里是已经创建好的虚拟环境):
$ . env/bin/activate
然后把项目安装到虚拟环境中:
$ pip install e .