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

uninstallation notes removed

parent ec8bca02
No related branches found
No related tags found
No related merge requests found
Pipeline #81635 passed
......@@ -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.
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