.. _intro: Introduction ************ The ATOM Modeling PipeLine, `AMPL `_, is a Python 3 package. There are two main ways to use `AMPL `_: 1. Install the AMPL Python package from PyPI, or clone the Git repository for local development. To install the released package from PyPI: .. code-block:: bash uv pip install atomsci-ampl To work from a local source checkout instead: .. code-block:: bash git clone https://github.com/ATOMScience-org/AMPL.git cd AMPL Please refer to `Installation `_. 2. `Install With Docker `_.