From 3d180bf5120101aff49b14efac3e6c8fc71d997a Mon Sep 17 00:00:00 2001 From: abda <abda@dtu.dk> Date: Fri, 26 Jun 2020 00:12:50 +0200 Subject: [PATCH] Add new file --- todo.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..a396002 --- /dev/null +++ b/todo.txt @@ -0,0 +1,11 @@ +There should be a description of how to install dependencies. + +I had to install slgbuilder by typing: 'pip install slgbuilder' in the command line +slgbuilder is code from Niels Jeppesen, which I guess it not so well known. + +Then I needed to use qim-tools. This was more difficult, because I cloned qim-tools and I did not have a description on how to install the tool. But it is just writing: 'python setup.py install' on the command line + +I got an error, because I did not have SimpleITK installed. I installed it from Conda. + + + -- GitLab