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

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

- Python >= 3.10

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

.. code-block:: bash

   pip install scitex-storage

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

.. code-block:: bash

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