Skip to content

Commit ace08a9

Browse files
authored
Update README.md
1 parent 54fdff0 commit ace08a9

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The docker image contains the environment and SIPEC scripts.
4343
### Environment installation
4444

4545
If you do not want to use the docker container you can follow these installation instructions for **Linux**.
46-
These instructions have been tested on Ubuntu 18 and 20.04.
46+
These instructions have been tested on Ubuntu 20.04 but would most likely also work on Ubuntu 18.
4747

4848
#### Step 1: Install Cuda 11.0.3
4949

@@ -70,6 +70,19 @@ chmod +x setup.sh
7070
The script will ask you for the root password.
7171

7272

73+
#### Step 4:
74+
The script `setup.sh` has created a virtual environment named `env` in the repository folder.
75+
Activate the environment by executing:
76+
```
77+
source ./env/bin/activate
78+
```
79+
80+
#### Step 5:
81+
82+
To test your setup run one of the scripts in the folder `SwissKnife`, e.g.,
83+
```
84+
python segmentation.py --help
85+
```
7386
## Usage
7487

7588
### predefined pipelines

0 commit comments

Comments
 (0)