Santex can be installed using:

Install using pip
=============

.. code-block:: bash

   pip install santex

Build from source
================

Open the terminal and navigate to the `Downloads` or `Documents` directory (or any other preferred location) by typing:

.. code-block:: bash

   cd ~/Documents

or

.. code-block:: bash

   cd ~/Downloads

Run the following commands to clone the repository and install the updated version of SAnTex:

.. code-block:: bash

   git clone https://github.com/utpal-singh/SAnTex.git
   cd SAnTex
   pip install .
