============
Installation
============
Dependencies
------------
`galport` requires the following Python packages:
* `numpy `_
* `scipy `_
* `agama `_
* `naif `_ (optional)
Installing
----------
`galport` can be installed from the PyPI module typing:
.. code-block:: bash
pip install --user galport
You can also install the latest development version directly from GitHub:
.. code-block:: bash
git clone https://github.com/vdzozulia/galport.git
cd galport
pip install -e .