From 80f39596674d237194a14bfdf8a49612e054765e Mon Sep 17 00:00:00 2001 From: Albin Heimerson <albin.heimerson@control.lth.se> Date: Sun, 5 Jul 2020 13:24:22 +0200 Subject: [PATCH] update readme --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 860793a..0c5a1af 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,10 @@ # DoubleTankLab -This module is used for the doubletank lab. -It currently works for julia v0.6 only. +This module contains the simulation only version of the doubletank lab. +It currently works for julia v1.3 (at least). ## Installation In Julia, install with ```julia -Pkg.clone("https://gitlab.control.lth.se/processes/LabProcesses.jl.git") -Pkg.clone("https://gitlab.control.lth.se/labdev/LabConnections.jl.git") -Pkg.clone("https://gitlab.control.lth.se/processes/LabGUI.jl.git") -Pkg.clone("https://gitlab.control.lth.se/processes/DoubleTankLab.jl.git") +] add https://gitlab.control.lth.se/processes/DoubleTankLab.jl#simonlyfix ``` - -## Usage -After running -```julia -using DoubleTankLab -``` -the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation. -The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>. -- GitLab