Unverified Commit dd070546 authored by Lucas Beyer's avatar Lucas Beyer Committed by GitHub
Browse files

Merge pull request #109 from sayakpaul/patch-1

Note on Colab/Kaggle Kernel
parents 2f0f136f 5a804ce8
...@@ -42,6 +42,16 @@ Since this library needs to compile C++ code, installation can be a little more ...@@ -42,6 +42,16 @@ Since this library needs to compile C++ code, installation can be a little more
Make sure to [have Cython installed](https://github.com/lucasb-eyer/pydensecrf/issues/62#issuecomment-400563257) or try [installing via conda instead](https://github.com/lucasb-eyer/pydensecrf/issues/69#issuecomment-400639881) if you are getting problems. Make sure to [have Cython installed](https://github.com/lucasb-eyer/pydensecrf/issues/62#issuecomment-400563257) or try [installing via conda instead](https://github.com/lucasb-eyer/pydensecrf/issues/69#issuecomment-400639881) if you are getting problems.
PRs that improve Windows support are welcome. PRs that improve Windows support are welcome.
### Problems on Colab/Kaggle Kernel
`pydensecrf` does not come pre-installed in Colab or Kaggle Kernel. Running `pip install pydensecrf` will result into
build failures. Follow these steps instead for Colab/Kaggle Kernel:
```
pip install -U cython
pip install git+https://github.com/lucasb-eyer/pydensecrf.git
```
Usage Usage
===== =====
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment