Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TaggingBackends
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
TaggingBackends
Commits
151c2def
Commit
151c2def
authored
2 years ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
source of inconsistencies identified
parent
fa8c4b76
No related branches found
No related tags found
No related merge requests found
Pipeline
#103341
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
151c2def
...
@@ -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*
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment