andreped commited on
Commit
43308ac
1 Parent(s): e1f8c7f

Updated install instructions [no ci]

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -15,6 +15,13 @@ A pretrained model is made available in a command line tool and can be used as y
15
  In addition to the python packages specified in requirements.txt, [PyTorch](https://pytorch.org/get-started/locally/) and [lungmask](https://github.com/JoHof/lungmask) must be installed.
16
 
17
  ## Installation
 
 
 
 
 
 
 
18
  ```
19
  pip install git+https://github.com/VemundFredriksen/LungTumorMask
20
  ```
 
15
  In addition to the python packages specified in requirements.txt, [PyTorch](https://pytorch.org/get-started/locally/) and [lungmask](https://github.com/JoHof/lungmask) must be installed.
16
 
17
  ## Installation
18
+
19
+ Stable latest release:
20
+ ```
21
+ pip install https://github.com/VemundFredriksen/LungTumorMask/releases/download/v1.1.0/lungtumormask-1.1.0-py2.py3-none-any.whl
22
+ ```
23
+
24
+ Or from source:
25
  ```
26
  pip install git+https://github.com/VemundFredriksen/LungTumorMask
27
  ```