@@ -50,8 +50,30 @@ Other things this tutorial comes with:
5050- [ Answers for the exercises] ( answers.md )
5151- [ The TODO list] ( TODO.md )
5252
53- I'm Akuli and I have written most of this tutorial, but the following
54- people have helped me with it:
53+ ## How to read this tutorial without an internet connection
54+
55+ 1 . Go [ here] ( https://github.com/Akuli/python-tutorial ) if you aren't
56+ here already.
57+ 2 . Click the big green "Clone or download" button in the top right of
58+ the page, then click "Download ZIP".
59+
60+ ![ Download ZIP] ( images/download-me.png )
61+
62+ 3 . Extract the ZIP and open it. Unfortunately I don't have any more
63+ specific instructions because how exactly this is done depends on
64+ which operating system you run.
65+ 4 . Run ` make-html.py ` and follow the instructions.
66+
67+ If you have git and you know how to use it, you can also clone the
68+ repository instead of downloading a zip and extracting it. An advantage
69+ with doing it this way is that you don't need to download the whole
70+ tutorial again to get the latest version of it, all you need to do is to
71+ pull with git and run ` make-html.py ` again.
72+
73+ ## Authors
74+
75+ I'm Akuli and I have written most of this tutorial, but these people
76+ have helped me with it:
5577- [ SpiritualForest] ( https://github.com/SpiritualForest ) : Lots of typing
5678 error fixes.
5779- [ theelous3] ( https://github.com/theelous3 ) : Small improvements and fixes.
0 commit comments