From 86b177f67938220239e59e4d990554a1baf5b150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Fri, 13 May 2022 12:11:06 +0200
Subject: [PATCH] uninstallation notes removed

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

diff --git a/README.md b/README.md
index 3f18cdb..fe95e78 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,6 @@ In a fresh directory:
 ```
 julia --project=. -e 'using Pkg; Pkg.instantiate()'
 ```
-Take note of the location of your new virtual environment, associated with the local directory (`--project=.`).
 
 ## Run
 In the same directory as above, launch the Julia interpreter:
@@ -46,7 +45,7 @@ The last command launches the Julia interpreter again. There, you can type:
 julia> using LarvaTagger; larvaeditor("path/to/file"; backend_directory=".")
 ```
 
-## Uninstall
-```
-rm -rf path/to/the/virtual/environment/for/the/project
-```
+Note however that [`MaggotUBA-adapter`](https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter) requires the actual [`MaggotUBA`](https://gitlab.pasteur.fr/les-larves/structured-temporal-convolution/-/tree/dev-branch) code that is not open access.
+As a consequence, it is likely the installation step fails.
+`MaggotUBA` and a supervised variant will be released in the near future.
+
-- 
GitLab