|
527 | 527 | "\n", |
528 | 528 | "0. (Create [GitHub account](https://github.com/) if you do not have one already. \n", |
529 | 529 | "1. Sign into your GitHub homepage\n", |
530 | | - "2. In the top right corner of the homepage, click the '+'-button\n", |
531 | | - "3. Select 'Import repository'\n", |
532 | | - "4. Under 'Your old repository's clone URL' copy the clone url of this repository: `https://github.com/City-of-Helsinki/ml_project_template` \n", |
533 | | - "(**NOTE:** if you are already familiar with using the template, you can install a pre-cleaned version: `https://github.com/City-of-Helsinki/ml_project_template_pre_cleaned`. If you do so, follow these instructions where applicable.)\n", |
534 | | - "5. Give your project a name. Do not use the dash symbol '-', but rather the underscore '_', because the name of the repo will become the name of your Python module.\n", |
535 | | - "6. If you are creating a project for your organization, change owner of the repo from the drop down bar (it's you by default).\n", |
| 530 | + "2. Go to page https://github.com/City-of-Helsinki/ml_project_template and click the green button that says 'Use this template'.\n", |
| 531 | + "(**NOTE:** if you are already familiar with using the template, you can use the pre-cleaned version instead: https://github.com/City-of-Helsinki/ml_project_template_pre_cleaned.\n", |
| 532 | + "If you do so, follow these instructions where applicable.)\n", |
| 533 | + "3. Give your project a name. Do not use the dash symbol '-', but rather the underscore '_', because the name of the repo will become the name of your Python module.\n", |
| 534 | + "4. If you are creating a project for your organization, change owner of the repo from the drop down bar (it's you by default).\n", |
536 | 535 | "You need to be included as a team member to the GitHub of the organization.\n", |
537 | | - "7. Define your project publicity (you can change this later, in most cases you'll want to begin with a private repo).\n", |
538 | | - "8. Click 'Begin import'\n", |
| 536 | + "5. Define your project publicity (you can change this later, in most cases you'll want to begin with a private repo).\n", |
| 537 | + "6. Click 'Create repository from template'\n", |
539 | 538 | "\n", |
540 | | - "This will create a new repository for you copying everything from this template, including the commit history.\n", |
| 539 | + "This will create a new repository for you copying everything from this template, but with clean commit history.\n", |
541 | 540 | "\n", |
542 | 541 | "### 2. On your computing environment:\n", |
543 | 542 | "\n", |
|
0 commit comments