From a695bc4ecc6efa7676464c715a3eed719a675af0 Mon Sep 17 00:00:00 2001 From: Patrick Watrin <pat@lucy.local> Date: Wed, 2 Mar 2016 17:20:50 +0100 Subject: [PATCH] unitex version specification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 503ad7a..6def713 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ apt-get install python-setuptools apt-get install python-yaml ``` -Once you have met these requirements and downloaded the [Unitex](http://igm.univ-mlv.fr/~unitex/index.php?page=3&html=download.html) source distribution, run (as root): +Once you have met these requirements and downloaded the [Unitex](http://igm.univ-mlv.fr/~unitex/index.php?page=3&html=download.html) source distribution (for Unitex >= 3.1), run (as root): ```bash UNITEX_INC=/path/to/unitex/Src/C++ python setup.py install -- GitLab