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: .. code-block:: bash $ pip install CactusTool From source ------------ CactusTool is being developed actively on Github, so you can clone the source repository .. code-block:: bash $ git clone git@github.com:YuLiumt/CactusTool.git Once you’ve downloaded the source, you can navigate into the root source directory and run: .. code-block:: bash $ python setup.py install $ pip install -e . Tests ------ TODO: