From a45a69abbc350d34b1e811b2121d824cb38a5c4e Mon Sep 17 00:00:00 2001 From: Nils Vreman <nils.vreman@gmail.com> Date: Mon, 4 Feb 2019 16:36:18 +0100 Subject: [PATCH] Update readme code --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cf083a..7836d25 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,12 @@ To be able to run this benchmark test, aside from __python3.6__, two packages ar 2. ortools These packages can easily be installed with the commands: - pip3 install numpy - pip3 install ortools +``` +pip3 install numpy +``` +``` +pip3 install ortools +``` ### Execution After installing necessary packages, the benchmark test could be executed using -- GitLab