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

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

- Python >= 3.10

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

.. code-block:: bash

   pip install scitex-db

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

.. code-block:: bash

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