.. _installation: Installing ``snapAnalysis`` =========================== ``snapAnalysis`` is available on PyPI, or can also be installed from source. To install from PyPI using pip, run .. code-block:: bash pip install snapanalysis Alternatively, to install from source, clone the repository .. code-block:: bash git clone https://github.com/hfoote/snapAnalysis.git and install using pip locally: .. code-block:: bash cd snapAnalysis python -m pip install . Next Steps ---------- Take a look at the :ref:`tutorials` to get started with using ``snapAnalysis``.