File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The docker image contains the environment and SIPEC scripts.
4343### Environment installation
4444
4545If 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
7070The 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
You can’t perform that action at this time.
0 commit comments