File: installation.rst

package info (click to toggle)
python-pyqtgraph 0.13.7-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,072 kB
  • sloc: python: 54,043; makefile: 127; ansic: 40; sh: 2
file content (70 lines) | stat: -rw-r--r-- 1,813 bytes parent folder | download | duplicates (3)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Installation
============

PyQtGraph depends on:

* Python 3.7+
* A Qt library such as PyQt5, or PySide2
* numpy

The easiest way to meet these dependencies is with ``pip`` or with a scientific
python distribution like Anaconda.

There are many different ways to install pyqtgraph, depending on your needs:

pip
---

The most common way to install pyqtgraph is with pip::

    $ pip install pyqtgraph

Some users may need to call ``pip3`` instead. This method should work on all
platforms.

conda
-----

pyqtgraph is on the default Anaconda channel::

    $ conda install pyqtgraph

It is also available in the conda-forge channel::

    $ conda install -c conda-forge pyqtgraph

From Source
-----------

To get access to the very latest features and bugfixes you have three choices:

1. Clone pyqtgraph from github::

    $ git clone https://github.com/pyqtgraph/pyqtgraph
    $ cd pyqtgraph

   Now you can install pyqtgraph from the source::

    $ pip install .

2. Directly install from GitHub repo::

    $ pip install git+git://github.com/pyqtgraph/pyqtgraph.git@master

   You can change ``master`` of the above command to the branch name or the
   commit you prefer.

3. You can simply place the pyqtgraph folder someplace importable, such as
   inside the root of another project. PyQtGraph does not need to be "built" or
   compiled in any way.

Other Packages
--------------

Packages for pyqtgraph are also available in a few other forms:

* **Debian, Ubuntu, and similar Linux:** Use ``apt install python-pyqtgraph`` or
  download the .deb file linked at the top of the pyqtgraph web page.
* **Arch Linux:** https://www.archlinux.org/packages/community/any/python-pyqtgraph/
* **Windows:** Download and run the .exe installer file linked at the top of the
  pyqtgraph web page: http://pyqtgraph.org