conda compatibility update
Browse files
README.md
CHANGED
|
@@ -21,7 +21,9 @@ Alternatively, to install from source do:
|
|
| 21 |
pip install git+https://github.com/andreped/livermask.git
|
| 22 |
```
|
| 23 |
|
| 24 |
-
As TensorFlow 2.4 only supports Python 3.6-3.8, so does livermask.
|
|
|
|
|
|
|
| 25 |
|
| 26 |
(Optional) To add GPU inference support for liver vessel segmentation (which uses Chainer and CuPy), you need to install [CuPy](https://github.com/cupy/cupy). This can be easily done by adding `cupy-cudaX`, where `X` is the CUDA version you have installed, for instance `cupy-cuda110` for CUDA-11.0:
|
| 27 |
```
|
|
@@ -72,8 +74,6 @@ If the program struggles to install, attempt to install using:
|
|
| 72 |
pip install --force-reinstall --no-deps git+https://github.com/andreped/livermask.git
|
| 73 |
```
|
| 74 |
|
| 75 |
-
If you get the issue `ImportError: numpy.core.multiarray failed to import`, it might be because you tried to use [conda](https://docs.conda.io/en/latest/) instead of pip for installing. livermask is not made to be compatible with Conda. Please, use pip. See [this thread](https://github.com/andreped/livermask/issues/12) for more information.
|
| 76 |
-
|
| 77 |
## Acknowledgements
|
| 78 |
If you found this tool helpful in your research, please, consider citing it:
|
| 79 |
<pre>
|
|
|
|
| 21 |
pip install git+https://github.com/andreped/livermask.git
|
| 22 |
```
|
| 23 |
|
| 24 |
+
As TensorFlow 2.4 only supports Python 3.6-3.8, so does livermask. Software
|
| 25 |
+
is also compatible with Anaconda. However, best way of installing livermask is using `pip`, which
|
| 26 |
+
also works for conda environments.
|
| 27 |
|
| 28 |
(Optional) To add GPU inference support for liver vessel segmentation (which uses Chainer and CuPy), you need to install [CuPy](https://github.com/cupy/cupy). This can be easily done by adding `cupy-cudaX`, where `X` is the CUDA version you have installed, for instance `cupy-cuda110` for CUDA-11.0:
|
| 29 |
```
|
|
|
|
| 74 |
pip install --force-reinstall --no-deps git+https://github.com/andreped/livermask.git
|
| 75 |
```
|
| 76 |
|
|
|
|
|
|
|
| 77 |
## Acknowledgements
|
| 78 |
If you found this tool helpful in your research, please, consider citing it:
|
| 79 |
<pre>
|