Skip to content

Commit 4ae135a

Browse files
committed
Once #471 is merged, we should encoruage checkout latest
1 parent 41d2763 commit 4ae135a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ and how to use the newly created package with some of the tools included.
8787
2. Run cookiecutter in the desired directory
8888

8989
```sh
90-
cookiecutter gh:ucl-arc/python-tooling
90+
cookiecutter gh:ucl-arc/python-tooling --checkout latest
9191
```
9292

9393
If you have this repo locally (this may be the case if you are developing),

tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ We will first go through the steps for creating a new package using the `UCL-ARC
108108
4. To begin creating the package run
109109

110110
```sh
111-
cookiecutter gh:ucl-arc/python-tooling
111+
cookiecutter gh:ucl-arc/python-tooling --checkout latest
112112
```
113113

114114
You will then be shown a series of prompts at the command line asking for details of the project and package. You can choose to use the default placeholder value (shown in parenthesis `()` in prompt) for any question by hitting `Enter`. If you already have a specific project in mind you want to set up a package for using the template you can use this project's details, otherwise you can just use the placeholder values. You should choose `Y` (yes) to the questions on whether to initialise Git repository and automatically deploy HTML documentation to GitHub Pages to allow you to complete the follow on exercises which rely on these options being enabled. For the prompt asking for the GitHub user or organization name to be owner of repository you should supply your GitHub user name.

0 commit comments

Comments
 (0)