Installation and setup#

Installing with pip#

astrodb_utils is distributed on PyPI. It can be installed with

pip install astrodb_utils

Installing from source#

We develop astrodb_utils on GitHub. If you received the code as a tarball or zip, feel free to skip the first three lines; they essentially download the source code. We recommend running the below lines in a fresh conda environment to avoid package dependency isues.

python3 -m pip install -U pip
python3 -m pip install -U setuptools setuptools_scm pep517
git clone https://github.com/astrodbtoolkit/astrodb_utils.git
cd astrodb_utils
python3 -m pip install -e .