File: installation.rst

package info (click to toggle)
plotpy 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,332 kB
  • sloc: python: 36,341; cpp: 2,005; sh: 32; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 646 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
Installation
============

Dependencies
------------

.. note::

    See :ref:`platforms` section for more information about supported platforms,
    Python versions and Qt bindings.

.. include:: ../requirements.rst

Installation using pip
----------------------

The easiest way to install plotpy is using `pip <https://pip.pypa.io>`_::

    pip install plotpy

Installation from source
------------------------

To install from source, clone the repository or download the source package
from `PyPI <https://pypi.org/project/plotpy/>`_.

Then run the following command (using `build <https://pypi.org/project/build/>`_)::

    python -m build