Skip to content

Commit e553e9a

Browse files
authored
Update README.md
1 parent 27874a8 commit e553e9a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ conda env create -f conda.env
2020

2121
1. [`make-lesson.zip`](make-lesson.zip) - set of files for hands-on sessions,
2222

23+
1. [`make-lesson-with exercises.zip`](make-lesson-with-exercises.zip) - set of files for hands-on sessions with answers,
24+
2325
1. [`lapack-3.3.0.tgz`](lapack-3.3.0.tgz) - alternative location of laback source for the last hands-on,
2426

2527
1. README.md - info about content,
2628

2729
1. docs - directory containing the website for this repository.
2830

29-
1. [`conda.yml`](conda.yml) is a YAML file to recreate a (mini)conda working environment containing Python 2.7 and a consistent version of matplotlib
31+
1. [`conda.yml`](conda.yml) is a YAML file to recreate a (mini)conda working environment containing Python 2.7 and a consistent version of matplotlib,
3032

31-
1. ['compilation_example.sh'](compilation_example.sh) automatically generates all needes source files for Hands-on exercise 9 (building a simple C code)
33+
1. ['compilation_example.sh'](compilation_example.sh) automatically generates all needes source files for Hands-on exercise 9 (building a simple C code),
3234

33-
1. ['pg4078.txt'](pg4078.txt) - copy of The Picture of Dorian Gray by Oscar Wilde from Project Gutenberg ebooks
35+
1. ['pg4078.txt'](pg4078.txt) - copy of The Picture of Dorian Gray by Oscar Wilde from Project Gutenberg ebooks.

0 commit comments

Comments
 (0)