diff --git a/README.md b/README.md index 6cf083a3b9ae149f30c5db2d18af61ffffbd347e..7836d255fb87dd012a0589422617460f76723df5 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