From 3a7274c90586d36628c1150a2aed3e4f12ac8609 Mon Sep 17 00:00:00 2001 From: jfrery Date: Tue, 19 Oct 2021 16:38:04 +0200 Subject: [PATCH] docs: alert user on PROJECT_SETUP.md that zama's specific environment is needed --- docs/dev/howto/PROJECT_SETUP.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/howto/PROJECT_SETUP.md b/docs/dev/howto/PROJECT_SETUP.md index 7bf215062..affd6afca 100644 --- a/docs/dev/howto/PROJECT_SETUP.md +++ b/docs/dev/howto/PROJECT_SETUP.md @@ -1,6 +1,10 @@ # Project Setup +```{note} +You will need Zama's specific environment with zamalang module to have the project fully functional. It is currently only delivered via the docker image (see the [docker](./DOCKER.md) guide). +``` + ## Installing Python v3.8 **concretefhe** is a `Python` library. So `Python` should be installed to develop **concretefhe**. `v3.8` is the only supported version.