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

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

- Python >= 3.9

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

.. code-block:: bash

   pip install scitex-repro

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

.. code-block:: bash

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