Skip to content

Commit dd07054

Browse files
authored
Merge pull request lucasb-eyer#109 from sayakpaul/patch-1
Note on Colab/Kaggle Kernel
2 parents 2f0f136 + 5a804ce commit dd07054

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ Since this library needs to compile C++ code, installation can be a little more
4242
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.
4343
PRs that improve Windows support are welcome.
4444

45+
### Problems on Colab/Kaggle Kernel
46+
47+
`pydensecrf` does not come pre-installed in Colab or Kaggle Kernel. Running `pip install pydensecrf` will result into
48+
build failures. Follow these steps instead for Colab/Kaggle Kernel:
49+
50+
```
51+
pip install -U cython
52+
pip install git+https://github.com/lucasb-eyer/pydensecrf.git
53+
```
54+
4555
Usage
4656
=====
4757

0 commit comments

Comments
 (0)