.. highlight:: shell

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


Install by PyPi
---------------

**Step 1:**

Prepare conda environment for SOAPy
::

	conda create -n SOAPy_st python=3.9
	conda activate SOAPy_st

**Step 2:**

Install SOAPy using `pip`
::

	pip install SOAPy_st


Install by github
-----------------

download the file from github
::

    cd SOAPy_st
    python setup.py build
    python setup.py install


Install STAGATE
---------------

See https://stagate.readthedocs.io/en/latest/Installation.html.
