File: installation.rst

package info (click to toggle)
astroalign 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,596 kB
  • sloc: python: 1,616; makefile: 184
file content (14 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Installation
============

The easiest way to install is using pip::

    pip install astroalign

This will install the latest stable version on PyPI.

If you want to use the latest development code from GitHub, clone the `repo <https://github.com/quatrope/astroalign>`_ on your local machine and install::

    git clone https://github.com/quatrope/astroalign
    cd astroalign
    pip install -e .