Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ livermask --input path-to-input --output path-to-output
|
|
35 |
| `--vessels` | to segment vessels |
|
36 |
|
37 |
### Using code directly:
|
38 |
-
If you wish to use the code directly (not as a CLI and without installing) you
|
39 |
```
|
40 |
python -m livermask.livermask --input path-to-input --output path-to-output
|
41 |
```
|
|
|
35 |
| `--vessels` | to segment vessels |
|
36 |
|
37 |
### Using code directly:
|
38 |
+
If you wish to use the code directly (not as a CLI and without installing), you can run this command:
|
39 |
```
|
40 |
python -m livermask.livermask --input path-to-input --output path-to-output
|
41 |
```
|