Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
pydensecrf
Commits
321bfbdb
Commit
321bfbdb
authored
Nov 20, 2015
by
lucasb-eyer
Browse files
Update min. Cython version in readme.
parent
abc27d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+3
-4
No files found.
README.md
View file @
321bfbdb
...
@@ -24,17 +24,16 @@ pip install git+https://github.com/lucasb-eyer/pydensecrf.git
...
@@ -24,17 +24,16 @@ pip install git+https://github.com/lucasb-eyer/pydensecrf.git
and ignoring all the warnings coming from Eigen.
and ignoring all the warnings coming from Eigen.
Note that you need a relatively recent version of Cython (
0.23.4 at the time of writing
) for this wrapper,
Note that you need a relatively recent version of Cython (
at least version 0.22
) for this wrapper,
the one shipped with Ubuntu 14.04 is too old. (Thanks to Scott Wehrwein for pointing this out.)
the one shipped with Ubuntu 14.04 is too old. (Thanks to Scott Wehrwein for pointing this out.)
You can replace it by a newer version either by
I suggest you use a
[
virtual environment
](
https://virtualenv.readthedocs.org/en/latest/
)
and install
the newest version of Cython there (
`pip install cython`
), but you may update the system version by
```
```
sudo apt-get remove cython
sudo apt-get remove cython
sudo pip install -U cython
sudo pip install -U cython
```
```
or (recommended) by using a
[
virtual environment
](
https://virtualenv.readthedocs.org/en/latest/
)
.
Usage
Usage
=====
=====
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment