Skip to content
Snippets Groups Projects
Commit 151c2def authored by François  LAURENT's avatar François LAURENT
Browse files

source of inconsistencies identified

parent fa8c4b76
No related branches found
No related tags found
No related merge requests found
Pipeline #103341 passed
...@@ -173,12 +173,12 @@ To install a backend, taking MaggotUBA-adapter as an example: ...@@ -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 git clone --depth 1 --single-branch -b 20230129 https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter MaggotUBA
cd MaggotUBA cd MaggotUBA
poetry install JULIA_PROJECT=$(pwd) poetry install
``` ```
You can check for message "*PyCall is already installed*" in the output of: 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. 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*. However, TaggingBackends still needs to be installed for Python-side *taggingbackends* to successfully call Julia-side *TaggingBackends*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment