From 151c2defe19396ef27a3a31a336e870e13e8c107 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Tue, 2 May 2023 15:32:58 +0200
Subject: [PATCH] source of inconsistencies identified

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fed6271..4f08624 100644
--- a/README.md
+++ b/README.md
@@ -173,12 +173,12 @@ To install a backend, taking MaggotUBA-adapter as an example:
 ```
 git clone --depth 1 --single-branch -b 20230129 https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter MaggotUBA
 cd MaggotUBA
-poetry install
+JULIA_PROJECT=$(pwd) poetry install
 ```
 
 You can check for message "*PyCall is already installed*" in the output of:
 ```
-poetry run python -c 'import julia; julia.install()'
+JULIA_PROJECT=$(pwd) poetry run python -c 'import julia; julia.install()'
 ```
 Note that, if PyCall is not found, the above command will install it.
 However, TaggingBackends still needs to be installed for Python-side *taggingbackends* to successfully call Julia-side *TaggingBackends*.
-- 
GitLab