Installation ============ Requirements ------------ * Python 3.11 or higher * pip From PyPI --------- .. code-block:: bash pip install matrix-rain From Source ----------- .. code-block:: bash git clone https://github.com/khesse-757/matrix-rain.git cd matrix-rain pip install -e . Development Installation ------------------------ .. code-block:: bash git clone https://github.com/khesse-757/matrix-rain.git cd matrix-rain python3 -m venv venv source venv/bin/activate pip install -e .[dev]