Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 442 Bytes

installation.rst

File metadata and controls

17 lines (10 loc) · 442 Bytes

Installation

The easiest way to install is using pip:

pip install astroalign

This will install the latest stable version on PIPy.

If you want to use the latest development version from github, unpack or clone the repo on your local machine, change the directory to where setup.py is, and install using setuptools:

python setup.py install

or pip:

pip install .