Installation¶
Since CactusTool is a pure Python module, it should be pretty easy to install.
Using pip¶
TODO: The easiest way to install the most recent stable version of emcee is with pip:
$ pip install CactusTool
From source¶
CactusTool is being developed actively on Github, so you can clone the source repository
$ git clone git@github.com:YuLiumt/CactusTool.git
Once you’ve downloaded the source, you can navigate into the root source directory and run:
$ python setup.py install
$ pip install -e .
Tests¶
TODO: