Project

General

Profile

HowTo get OnkoDICOM running in Ubuntu 2004 VM » History » Version 1

Peter Qian, 01/04/2021 09:17 AM

1 1 Peter Qian
h1. HowTo get OnkoDICOM running in Ubuntu 20.04 VM
2
3
Installations:
4
5
Install virtualenv
6
* $ sudo apt-get install python3-virtualenv
7
8
Install git
9
* $ sudo apt-get install git.
10
11
Install python3 dev
12
* $ sudo apt-get install python3-dev
13
14
Install gcc
15
* $ sudo apt-get install gcc
16
17
Install Qt5
18
* $ sudo apt-get install qt5-default
19
20
Install plastimatch
21
* $ sudo apt-get install plastimatch
22
23
see the OnkoDICOM README for creating a virtual environment
24
Install all modules from requirements.txt
25
This can be done in Pycharm autonomously.
26
27
Install libxcb
28
* $ sudo apt-get install -y libxcb-xinerama0
29
30
Install build essentials 
31
* $ sudo apt-get install build-essential