Installation ============ There are a few methods available for installation, giving the user varias levels of control. `pip` ----- Installing with `pip` is a one-liner:: pip install exocartographer Or, if you don't have admin privileges:: pip install --user exocartographer Development Version ------------------- The source repository can be cloned from github:: git clone https://github.com/bfarr/exocartographer.git and installed with:: python setup.py install