Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

* [Introduction](README.md)
* [Installation](installation/README.md)
* [Command Line](installation/README.md#brief-intro-to-the-command-line)
* [Python](installation/README.md#install-python)
* [Code Editor](installation/README.md#install-a-code-editor)
* [Virtual Environment](installation/README.md#set-up-virtualenv-and-install-django)
* [Django](installation/README.md#installing-django)
* [Git](installation/README.md#install-git)
* [GitHub](installation/README.md#create-a-github-account)
* [PythonAnywhere](installation/README.md#create-a-pythonanywhere-account)
* [Command Line](installation/README.md#command-line)
* [Python](installation/README.md#python)
* [Code Editor](installation/README.md#code-editor)
* [Virtual Environment](installation/README.md#virtualenv)
* [Django](installation/README.md#django)
* [Git](installation/README.md#git)
* [GitHub](installation/README.md#github)
* [PythonAnywhere](installation/README.md#pythonanywhere)
* [Installation (chromebook)](chromebook_setup/README.md)
* [How the Internet works](how_the_internet_works/README.md)
* [Introduction to command line](intro_to_command_line/README.md)
Expand Down
2 changes: 1 addition & 1 deletion en/django_installation/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ When working within a virtual environment, `python` will automatically refer to

OK, we have all important dependencies in place. We can finally install Django!

## Installing Django
## Installing Django {#django}

Now that you have your `virtualenv` started, you can install Django.

Expand Down
14 changes: 7 additions & 7 deletions en/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ data-id="chromebook_setup" data-collapse=true ces-->
{% include "/chromebook_setup/instructions.md" %}
<!--endsec-->

# Brief intro to the command line
# Brief intro to the command line {#command-line}
Many of the steps below reference the "console", "terminal", "command window", or "command line" -- these all mean the same thing: a window on your computer where you can enter commands. When you get to the main tutorial, you'll learn more about the command line. For now, the main thing you need to know is how to open a command window and what it looks like:
{% include "/intro_to_command_line/open_instructions.md" %}

# Install Python
# Install Python {#python}
{% include "/python_installation/instructions.md" %}

# Install a code editor
# Install a code editor {#code-editor}
{% include "/code_editor/instructions.md" %}

# Set up virtualenv and install Django
# Set up virtualenv and install Django {#virtualenv}
{% include "/django_installation/instructions.md" %}

# Install Git
# Install Git {#git}
{% include "/deploy/install_git.md" %}

# Create a GitHub account
# Create a GitHub account {#github}
Go to [GitHub.com](https://www.github.com) and sign up for a new, free user account. Be sure to remember your password (add it to your password manager, if you use one).

# Create a PythonAnywhere account
# Create a PythonAnywhere account {#pythonanywhere}
{% include "/deploy/signup_pythonanywhere.md" %}


Expand Down