File: installation.rst

package info (click to toggle)
specreduce 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,632 kB
  • sloc: python: 5,094; makefile: 109
file content (24 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _installation:

Installation
============

Specreduce can be installed from PyPI using ``pip``

.. code-block:: console

    pip install specreduce

from the conda-forge repository using ``conda``

.. code-block:: console

    conda install conda-forge::specreduce

or by cloning the repository from `GitHub <https://github.com/astropy/specreduce>`_

.. code-block:: console

    git clone https://github.com/astropy/specreduce.git
    cd specreduce
    pip install .