diff --git a/README.md b/README.md index 5ef7c91..aa5a8b9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ ## Description This repo contains homework assignments of **Tristan Barjavel** and **Théo Lemaire** for the course *Scientific Programming for Engineers* (fall 2018). Below instructions on how to run the code for each assignment assume that this repository has been properly cloned beforehand. ## How to run the code for homework 1 (week 4) - Open a terminal to the root of the repository - Pull the latest content from the remote repository: `git pull` - Move to the appropriate subfolder: `cd work/week4/conjugate_gradient` -- To execute part 1: `python optimizer.py` + +The following scripts should be executed with a **Python 3** distribution +- To execute part 1: `