.. docs/source/installation.rst Installation ============ To install TimeKAN, use pip from the PyPI repository once it’s published: .. code-block:: bash pip install timekan For development or testing from source, clone the repository and install locally: .. code-block:: bash git clone https://github.com/SamerMakni/timekan.git cd timekan pip install -e . Requirements ------------ - Python >= 3.9 - PyTorch >= 2.4.0 - Additional dependencies listed in `setup.py` Ensure your environment meets these requirements before installation.