diff --git a/README.md b/README.md index 1ee73dd7a82bb9bb15094da004dc0d46aa8c7ad5..53233e93ff77f25647456fd462ee7a85d442c879 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,25 @@ The current run.bat is ready to run LARCH. Update the memory (i.e., the parameter -Xmx4g) given in run.bat file based on the availability in your laptop. -1. To run QUICKScan application, the following command in run.bat file should be uncommented (no :: at the beginning of the line). +(1) +To run QUICKScan application, the following command in run.bat file should be uncommented (no :: at the beginning of the line). Please provide the correct path of python36 and pcraster in the command. -`java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.app.App "%PYTHONDIR%" "PYTHONPATH=%PYTHONPATH%"` +java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.app.App "%PYTHONDIR%" "PYTHONPATH=%PYTHONPATH%" -2. To run LanduseProjector application, the following command in run.bat file should be uncommented (no :: at the beginning of the line): +(2) +To run LanduseProjector application, the following command in run.bat file should be uncommented (no :: at the beginning of the line): -`java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.landuseprojector.LanduseProjector %1` +java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.landuseprojector.LanduseProjector %1 The path of the data should be provided while running: e.g. run.bat data\iClueCostaRica.prop -3. To run LARCH application, the following command in run.bat file should be uncommented (no :: at the beginning of the line): +(3) +To run LARCH application, the following command in run.bat file should be uncommented (no :: at the beginning of the line): -`java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.component.larch.Larch %*` +java -Xmx4g -classpath lib\QUICKScan.jar nl.wur.component.larch.Larch %* The required parameters should be provided while running.