diff --git a/README.md b/README.md
index 3f18cdb40942463b6580f65e8d5c15d1cc347c5b..fe95e78e241f4ecc91cf3f0af6c8e140d741edb6 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.
+