You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ An easy way to install and manage Python packages is using `uv`.
31
31
We'll use `uv` to install [cookiecutter] in the following steps, skip step 2 if you've already got [cookiecutter].
32
32
33
33
1. Open a terminal
34
-
35
34
- 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.
36
35
- On MacOS: click the Launchpad icon in the Dock, type `terminal` in the search field, then click `Terminal` from the results.
37
36
- 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
65
64
The tool will ask you some questions, for most these you can select the default options by just hitting the `Enter` key.
66
65
67
66
Specifically, make sure you choose:
68
-
69
67
-`GitHub.com` for account to log into,
70
68
-`HTTPS` for preferred protocol,
71
69
-`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`
114
112
115
113
in both cases, replacing `{project_slug}` with the name you used (`python-template` if you used the default).
116
114
Some of the key files and directories are:
117
-
118
115
- The `README.md` file is a Markdown file describing the project and acting as a landing page for first-time users.
119
116
- The `LICENSE.md` file contains the terms of the open-source license the code is released under.
120
117
- The `src` directory, which will contain the Python package source code.
0 commit comments