Skip to content

Commit 186a5a4

Browse files
committed
Added a bit of explanation to installation page. Fixed links
1 parent 8f11a13 commit 186a5a4

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

en/installation/README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# If you're doing the tutorial at home
2+
3+
If you're doing the tutorial at home, not at one of the [Django Girls events](http://djangogirls.org/events/), you can completely skip this chapter now and go straight to the [How the Internet works?](../how_the_internet_works/README.md) chapter.
4+
5+
This is because we cover these things in the whole tutorial anyway, and this is just an additional page that gathers all of the installation instructions in one place. The Django Girls event includes one "Installation evening" when we install everything to not bother with it during the workshop, so this is useful for us.
6+
7+
If you find it useful, you can follow through this chapter too. But if you wanna start learning things before installing bunch of stuff on your computer, skip this chapter and we will explain you the installation part later on.
8+
9+
Good luck!
10+
11+
# Installation
112
In the workshop you will be building a blog, and there are a few setup tasks in the tutorial which would be good to work through beforehand so that you are ready to start coding on the day.
213

314
# Install Python
@@ -23,10 +34,10 @@ Go to [GitHub.com](http://www.github.com) and sign up for a new, free user accou
2334

2435
Congratulations, you are are all set up and ready to go! If you still have some time before the workshop, it would be useful to start reading a few of the beginning chapters:
2536

26-
* [How the internet works](http://tutorial.djangogirls.org/en/how_the_internet_works/README.html)
37+
* [How the internet works](../how_the_internet_works/README.md)
2738

28-
* [Introduction to the command line](http://tutorial.djangogirls.org/en/intro_to_command_line/README.html)
39+
* [Introduction to the command line](../intro_to_command_line/README.md)
2940

30-
* [Introduction to Python](http://tutorial.djangogirls.org/en/intro_to_command_line/README.html)
41+
* [Introduction to Python](../intro_to_command_line/README.md)
3142

32-
* [What is Django?](http://tutorial.djangogirls.org/en/django/README.html)
43+
* [What is Django?](../django/README.md)

0 commit comments

Comments
 (0)