Installation§
To install TimeKAN, use pip from the PyPI repository once it’s published:
pip install timekan
For development or testing from source, clone the repository and install locally:
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.