File: installing.rst

package info (click to toggle)
astrodendro 0.3.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,324 kB
  • sloc: python: 3,143; makefile: 127
file content (37 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Installing ``astrodendro``
==========================

Requirements
------------

This package has the following depdenencies:

* `Python <http://www.python.org>`_ 2.6 or later (Python 3.x is supported)
* `Numpy <http://www.numpy.org>`_ 1.4.1 or later
* `Astropy <http://www.astropy.org>`_ 0.2.0 or later, optional (needed for reading/writing FITS files and for analysis code)
* `h5py <http://www.h5py.org>`_ 0.2.0 or later, optional (needed for reading/writing HDF5 files)

Installation
------------

To install the latest stable release, you can type::

    pip install astrodendro

or you can download the latest tar file from
`PyPI <https://pypi.python.org/pypi/astrodendro>`_ and install it using::

    python setup.py install

Developer version
-----------------

If you want to install the latest developer version of the dendrogram code, you
can do so from the git repository::

    git clone https://github.com/dendrograms/astrodendro.git
    cd astrodendro
    python setup.py install

You may need to add the ``--user`` option to the last line if you do not have
root access.