EMC^2 Installation¶
EMC^2 can be installed either from pip or anaconda. To install from anaconda, do:
$ conda install -c conda-forge emc2
Or, if you use pip, simply type in a terminal:
$ pip install emc2
If you wish to do development on EMC^2, the best way to install it is to install it from source. To do this, we first clone the repository and then install:
$ git clone https://github.com/columncolab/EMC2
$ cd EMC2
$ python setup.py install