Skip to content

Commit

Permalink
Once #471 is merged, we should encorage checkout latest (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 23, 2024
1 parent 41d2763 commit f07df2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ and how to use the newly created package with some of the tools included.
2. Run cookiecutter in the desired directory

```sh
cookiecutter gh:ucl-arc/python-tooling
cookiecutter gh:ucl-arc/python-tooling --checkout latest
```

If you have this repo locally (this may be the case if you are developing),
Expand Down
2 changes: 1 addition & 1 deletion tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ We will first go through the steps for creating a new package using the `UCL-ARC
4. To begin creating the package run

```sh
cookiecutter gh:ucl-arc/python-tooling
cookiecutter gh:ucl-arc/python-tooling --checkout latest
```

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.
Expand Down

0 comments on commit f07df2d

Please sign in to comment.