Installation
Python Package
Install via pip, then use as documented here
pip install lingodb
Docker Image
You can build the docker image yourself using make build-docker
Building from source
- Ensure you have a machine with sufficient compute power and space
- Make sure that you have the following build dependencies installed:
- Python3.10 or higher
- standard build tools, including
cmake
andNinja
- Build LingoDB
- Debug Version :
make build-debug
(will create binaries underbuild/lingodb-debug
) - Release Version :
make build-release
(will create binaries underbuild/lingodb-release
)
- Debug Version :
- Run test:
make run-test