|
1 |
| -For people using a Chromebook or those with limited memory on their laptops, we recommend using a cloud IDE environment. This allows you to interact with the command line, Python, and Django directly through your browser, where a code editor is already installed. |
| 1 | +For people using a Chromebook or those with limited memory on their laptops, we recommend using a cloud IDE environment. This allows you to interact with the command line, Python, and Django directly through your browser, where a code editor is already installed. In case you using this instruction, some steps of the tutorial don't have to be done again ("Deploy/Git" [part](https://tutorial.djangogirls.org/en/deploy/#installing-git) ). You’ll find a more detailed explanation in the “Deploy/Git” section. |
2 | 2 |
|
3 | 3 | Your installation experience will be a little different.
|
4 | 4 |
|
5 |
| -- Make a [GitHub](https://github.com) account. |
6 |
| -- Create a GitHub project. Visit [this](https://github.com/new) link, choose any name for your project, and make it public (needed for deployment, you can make it private later). Also, add a `README.md` and `.gitignore` file. |
| 5 | +1. **Go to [GitHub.com](https://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). |
7 | 6 |
|
8 |
| - |
| 7 | +2. **Create a GitHub project**. Visit [this](https://github.com/new) link, use "my-first-blog" name for your project, and make it public (needed for deployment, you can make it private later). Also, add a `README.md` and `.gitignore` file. |
9 | 8 |
|
10 |
| -In case you using this instruction, some steps of the tutorial don't have to be done again ("Deploy/Git" [part](https://tutorial.djangogirls.org/en/deploy/#installing-git)). |
| 9 | +  |
11 | 10 |
|
12 |
| -- Start a Codespace. Go to GitHub [Codespaces](https://github.com/codespaces/new) and select the repository you just created. Click "Create Codespace". |
| 11 | +3. **Start a Codespace**. Go to GitHub [Codespaces](https://github.com/codespaces/new) and select the repository you just created. Click "Create Codespace". |
13 | 12 |
|
14 |
| - |
| 13 | +  |
15 | 14 |
|
16 |
| -Wait a little bit and you'll see something like that: |
| 15 | + Wait a little bit and you'll see something like that: |
17 | 16 |
|
18 |
| - |
| 17 | +  |
19 | 18 |
|
20 |
| -The [VSCode](https://code.visualstudio.com) editor will open for you automatically. If you see a notification that says "Install Python", please click on it. If not prompted, click the "Extensions" icon on the left sidebar in the Codespace editor. Search for "Python" and click "Install." |
| 19 | + The [VSCode](https://code.visualstudio.com) editor will open for you automatically. If you see a notification that says "Install Python", please click on it. If not prompted, click the "Extensions" icon on the left sidebar in the Codespace editor. Search for "Python" and click "Install." |
21 | 20 |
|
22 |
| - |
| 21 | +  |
23 | 22 |
|
24 |
| -The bash terminal (similar to Linux) is at the bottom of the page. |
| 23 | + The bash terminal (similar to Linux) is at the bottom of the page. |
25 | 24 |
|
26 |
| - |
| 25 | +  |
27 | 26 |
|
28 |
| -By default, the GitHub Codespace environment will be deleted after 1 month (this applies only to the environment, not your code). To prevent auto-deletion, you can adjust the settings on the page: https://github.com/codespaces |
| 27 | + By default, the GitHub Codespace environment will be deleted after 1 month (this applies only to the environment, not your code). To prevent auto-deletion, you can adjust the settings on the page: https://github.com/codespaces |
29 | 28 |
|
30 |
| - |
| 29 | +  |
31 | 30 |
|
32 |
| -- Continue with the tutorial |
33 |
| - |
34 |
| -Follow the next steps from the section [Set up virtual environment and install Django](https://tutorial.djangogirls.org/en/installation/#virtualenv). |
35 |
| -Follow than sections for Ubuntu/Linux. Use the Codespaces command line (terminal), accessible through your browser. |
| 31 | +4. **Continue with the tutorial**. Follow the next steps from the section [Set up virtual environment and install Django](https://tutorial.djangogirls.org/en/installation/#virtualenv). |
| 32 | + Follow than sections for Ubuntu/Linux. Use the Codespaces command line (terminal), accessible through your browser. |
0 commit comments