File: installation.rst

package info (click to toggle)
trollsift 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 1,033; makefile: 128
file content (40 lines) | stat: -rw-r--r-- 763 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

.. .. sectnum::
..   :depth: 4
..   :start: 1
..   :suffix: .

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

Trollsift is available from PyPI::

  $ pip install trollsift

Alternatively, you can install it into a conda environment by using the
conda-forge channel::

  $ conda install -c conda-forge trollsift

Or you can install it directly from the GitHub repository::

  $ pip install git+https://github.com/pytroll/trollsift.git

Developer Installation
++++++++++++++++++++++

You can download the trollsift source code from github::

  $ git clone https://github.com/pytroll/trollsift.git

and then run::

  $ pip install -e .

Testing
++++++++

To check if your python setup is compatible with trollsift,
you can run the test suite using pytest::

  $ pytest trollsift/tests