From f09b84540b27daef85143a344f54af3b17262129 Mon Sep 17 00:00:00 2001 From: Luka Date: Fri, 20 Dec 2019 12:28:11 +0100 Subject: [PATCH] Minor modifications in instructions + Fixed .bat files to python 3 --- README.md | 8 ++++---- install.bat | 2 +- run.bat | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d052438..b817880 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The tool returns the resulting list of all relevant trees in the form of a tab-s ## Credits This program was developed by Luka Krsnik in collaboration with Kaja Dobrovoljc and Marko Robnik Šikonja and with financial support from [CLARIN.SI](https://www.clarin.si/). -drawing -drawing -drawing -drawing +drawing +drawing +drawing +drawing diff --git a/install.bat b/install.bat index 1d5a3fc..95ede63 100755 --- a/install.bat +++ b/install.bat @@ -1 +1 @@ -py -m pip install -r requirements.txt & \ No newline at end of file +py -3 -m pip install -r requirements.txt & \ No newline at end of file diff --git a/run.bat b/run.bat index f019243..8061054 100755 --- a/run.bat +++ b/run.bat @@ -1,2 +1,2 @@ -py dependency-parsetree.py --config_file=config.ini & +py -3 dependency-parsetree.py --config_file=config.ini & @pause \ No newline at end of file