Installation

The echaim package build is tested only on Linux and OS X systems. The build is confirmed to work on Windows if your default C compiler is MinGW. If you are having troubles with installing it on Windows - consider using WSL.

Impotant! Before installing the echaim pakage you need to install CMAKE.

Now you can simply install echaim using pip or any other package manager:

python3 -m pip install echaim

Currently, the package does not update the index database automatically. You can (and should) do it manually by calling the update() function:

from echaim import update; update()