From 811968a10a5b9167c6c3921d377899647d6007ed Mon Sep 17 00:00:00 2001 From: Ivan Ilic <33455122+odanivan@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:58:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3acc82a..8d36e7e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To run one script that builds the project, runs evaluation experiments, and gene ./run_all.sh ``` -**Option B)** Just call a script that will automatically install the required pip-dependencies, clone this repository for you, and call the `run_all.sh` script. For this, you only need this one single script file on your filesystem: +**Option B)** Just call a script that will automatically install the required pip-dependencies, clone this repository, and call the `run_all.sh` script for you. For this, you only need this one single script file on your filesystem: ``` ./install_and_run_all.slurm ```