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

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

The :mod:`guidata` package requires the following Python modules:

.. include:: install_requires.txt

.. note::

    Python 3.11 is the reference for production release

Optional modules for development and testing:

.. include:: extras_require-dev.txt

Optional modules for building the documentation:

.. include:: extras_require-doc.txt


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

From the source package::

    python setup.py install
