Skip to content

Commit 1e447cb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 85d1cc4 commit 1e447cb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tutorial.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ An easy way to install and manage Python packages is using `uv`.
3131
We'll use `uv` to install [cookiecutter] in the following steps, skip step 2 if you've already got [cookiecutter].
3232

3333
1. Open a terminal
34-
3534
- On Windows: open the Start menu from the taskbar, type `cmd` in the search field, then click [command prompt](https://en.wikipedia.org/wiki/Command-line_interface#Command_prompt) from the results.
3635
- On MacOS: click the Launchpad icon in the Dock, type `terminal` in the search field, then click `Terminal` from the results.
3736
- On Linux: open the default terminal application installed in your distribution. You can usually do this with `<ctrl><alt>t`.
@@ -65,7 +64,6 @@ We'll use `uv` to install [cookiecutter] in the following steps, skip step 2 if
6564
The tool will ask you some questions, for most these you can select the default options by just hitting the `Enter` key.
6665

6766
Specifically, make sure you choose:
68-
6967
- `GitHub.com` for account to log into,
7068
- `HTTPS` for preferred protocol,
7169
- `Y` to authenticate Git with your GitHub credentials,
@@ -114,7 +112,6 @@ We'll first go through creating a new package using the `UCL-ARC/python-tooling`
114112

115113
in both cases, replacing `{project_slug}` with the name you used (`python-template` if you used the default).
116114
Some of the key files and directories are:
117-
118115
- The `README.md` file is a Markdown file describing the project and acting as a landing page for first-time users.
119116
- The `LICENSE.md` file contains the terms of the open-source license the code is released under.
120117
- The `src` directory, which will contain the Python package source code.

0 commit comments

Comments
 (0)