Install
=======

Run

.. code-block:: bash

	$ python setup.py install


Dependencies
------------

The ``eph`` package depends on 

* ``requests`` (visit http://docs.python-requests.org/en/master/ for more info).
* ``astropy`` (visit http://astropy.org for more info).


Package Managers
----------------

* ``eph`` is on the python package index `PyPI`_: you can install it using pip::

	$ pip install eph


.. _`PyPI`: https://pypi.python.org/
