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

Requirements
------------

- Python >= 3.10

Basic Installation
------------------

.. code-block:: bash

   pip install scitex-gists

Development
-----------

.. code-block:: bash

   git clone https://github.com/ywatanabe1989/scitex-gists.git
   cd scitex-gists
   pip install -e ".[all]"
