mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
16 lines
598 B
Markdown
16 lines
598 B
Markdown
# Installation
|
|
|
|
## Docker
|
|
|
|
A docker image is provided in Github Releases at [https://github.com/zama-ai/concrete-compiler-internal/releases](https://github.com/zama-ai/concrete-compiler-internal/releases)
|
|
|
|
## Python bindings
|
|
|
|
A python library is provided in Github Releases at [https://github.com/zama-ai/concrete-compiler-internal/releases](https://github.com/zama-ai/concrete-compiler-internal/releases)
|
|
|
|
On pypi, the library should soon be available at [https://pypi.org/user/zama/](https://pypi.org/user/zama/).
|
|
|
|
## Compilation from Source
|
|
|
|
Follow the README.md located in the compiler folder.
|