diff --git a/README.md b/README.md index e5e4b2d..95c83a4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -### Names of the students in the group: +# Names of the students in the group: - Tristan Barjavel - Théo Lemaire -*Flavio Raschella* was also part of the group for the 3 first weeks, therefore he is included in the initial commits. - -### How to run the code for homework 1 (week 4): +# How to run the code for homework 1 (week 4): - Open a terminal to the root of the repository -- Move to the appropriate subfolder: `$ cd work/week4/conjugate_gradient` -- To execute part 1: `$ python optimizer.py` -- To execute part 2: `$ python conjugate_gradient.py` +- Move to the appropriate subfolder: `cd work/week4/conjugate_gradient` +- To execute part 1: `python optimizer.py` +- To execute part 2: `python conjugate_gradient.py`