livermask is now on pypi - updated README
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
## Install
|
10 |
|
11 |
```
|
12 |
-
pip install
|
13 |
```
|
14 |
|
15 |
As TensorFlow 2.4 only supports Python 3.6-3.8, so does livermask. Note that livermask is **not** made to be compatible with conda. Please, use pip for installing livermask.
|
|
|
9 |
## Install
|
10 |
|
11 |
```
|
12 |
+
pip install livermask
|
13 |
```
|
14 |
|
15 |
As TensorFlow 2.4 only supports Python 3.6-3.8, so does livermask. Note that livermask is **not** made to be compatible with conda. Please, use pip for installing livermask.
|