Installation Instructions
๐ Python
Automated Installer (Recommended)
If you are new to Python, use the automated installer:
- Windows: Download
install_eiko_python.batand double-click the file. - Linux: Download
install_eiko_python.bat, open a terminal, and runbash install_eiko_python.bat.
๐ก Tip: The installer will generate a start_eiko script. Run this script at any time to open a terminal with your Eiko environment activated and ready to go!
Manual Installation
To install Eiko manually, run
pip install eikoIt requires PyTorch or JAX as a backend, so also run one of the following lines:
- PyTorch:
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130 - or JAX:
pip install jax[cuda13].
We strongly recommend installing inside a virtual environment (e.g., venv or conda).
๐งฎ MATLAB
Manual Installation (Recommended)
- Download
eiko_matlab.zipand extract the "eiko" folder. - Inside MATLAB, right-click the "eiko" folder and select Add to Path โ Selected Folder(s).
- Eiko is now installed and ready for use.
๐ก Tip: To avoid doing this every time you launch MATLAB, you can add addpath('/path/to/eiko') to your startup.m file.
Automated Installer
To automatically configure your system for Eiko, use the installer:
- Windows: Download
install_eiko_matlab.batand double-click the file. - Linux: Download
install_eiko_matlab.bat, open a terminal, and runbash install_eiko_matlab.bat.
๐ก Tip: The installer will generate a start_eiko.m script. You can run this script from MATLAB to activate Eiko!
Full Changelog: v0.8.6...v0.8.7