Installation ============ Dependencies ------------ :math:`\texttt{naif}` only requires `numpy `__ and `scipy `__. Installing ---------- :math:`\texttt{naif}` can be installed from the PyPI module typing:: pip install --user naif It can also be installed by downloading the source or cloning the `GitHub repository `__ and typing:: python setup.py install --user from its root directory. In case you want it installed in a specific directory:: python setup.py install --prefix=/WHERE/YOU/WANT/IT