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

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

- Python >= 3.10

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

.. code-block:: bash

   pip install scitex-compat

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

.. code-block:: bash

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