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