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
|