.. _intro-install:

==================
Installation guide
==================

.. _faq-python-versions:

Supported Python versions
=========================

GlassPy requires Python 3.10+.


.. _faq-install:

Installing GlassPy
==================

Binary installers for the latest released version are available from the `Python
Package Index`_.

Before installing GlassPy, make sure that you have pytorch installed (see the instructions `here`_).

To install GlassPy and all its necessary dependencies, use pip run::

    pip install glasspy

.. _Python Package Index: https://pypi.org/project/glasspy/
.. _here: https://pytorch.org/get-started/locally/
