Skip to content

Commit 4d5343c

Browse files
authored
Add some text about installing on Windows.
1 parent 0632813 commit 4d5343c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ sudo apt-get remove cython
3636
sudo pip install -U cython
3737
```
3838

39+
### Problems on Windows/VS
40+
41+
Since this library needs to compile C++ code, installation can be a little more problematic than pure Python packages.
42+
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.
43+
PRs that improve Windows support are welcome.
44+
3945
Usage
4046
=====
4147

0 commit comments

Comments
 (0)