Skip to content

Commit e4bfa54

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

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
@@ -22,7 +22,6 @@ Additionally, [cookiecutter](https://cookiecutter.readthedocs.io) will be requir
2222
An easy way to install and manage Python packages is using `uv`, which can create a dedicated environment with the necessary packages installed using the step by step instructions below
2323

2424
1. Open a terminal window
25-
2625
- 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.
2726
- On MacOS: click the Launchpad icon in the Dock, type `Terminal` in the search field, then click `Terminal` from the results.
2827
- On Linux: open the default terminal application installed in your distribution.
@@ -52,7 +51,6 @@ An easy way to install and manage Python packages is using `uv`, which can creat
5251
```
5352

5453
to authenticate the GitHub command line interface tool `gh` with your GitHub account credentials. The tool will ask you a series of question, for most of which you can select the default options by just hitting the `Enter` key. Specifically select:
55-
5654
- `GitHub.com` for account to log into,
5755
- `HTTPS` for preferred protocol,
5856
- `Y` to authenticate Git with your GitHub credentials,
@@ -94,7 +92,6 @@ We will first go through the steps for creating a new package using the `UCL-ARC
9492

9593
in both cases replacing `{project_slug}` with the relevant value you used (`python-template` if you used the default values).
9694
Some of the key files and directories are
97-
9895
- The `README.md` file which is a Markdown file describing the project and acting as a landing page for first-time users.
9996
- The `LICENSE.md` file which contains the terms of the open-source license the code is released under.
10097
- The `src` directory which will contain the Python package source code.

0 commit comments

Comments
 (0)