Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 251 Bytes

installation.md

File metadata and controls

16 lines (12 loc) · 251 Bytes

Installation

1. From PyPI (Recommend)

$ pip install model-center

2. From Source

$ git clone https://github.com/OpenBMB/ModelCenter.git
$ cd ModelCenter
$ pip install -r requirements.txt
$ python3 setup.py install