Skip to content

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:56

Installation Instructions

๐Ÿ Python

Automated Installer (Recommended)

If you are new to Python, use the automated installer to set up your environment:

Manual Installation

To install Eiko manually, run

pip install eiko

It 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 (venv or conda).


๐Ÿงฎ MATLAB

Manual Installation (Recommended)

  1. Download eiko_matlab.zip and extract the "eiko" folder.
  2. Inside MATLAB, right-click the "eiko" folder and select Add to Path โ†’ Selected Folder(s).

๐Ÿ’ก 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:

Full Changelog: v0.8.5...v0.8.6