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
If you don't want to use uv you can [install cookiecutter] using pip, and run the above command without the leading `uvx`.
27
+
If you don't want to use uv you can [install cookiecutter], and run:
35
28
36
-
When [cookiecutter] runs, it will ask you a series of questions to configure your project.
37
-
Type the answer or hit return without typing anything to use the default option (shown in parenthesis).
38
-
At the end, it will print some more follow-up information in the terminal for things like creating a remote repository and making a website for your package.
[Cookiecutter] will ask you a series of questions to configure your project.
36
+
Type the answer, or hit return without typing anything to use the default option (shown in parenthesis).
37
+
38
+
At the end, it prints some follow-up information to the terminal.
39
+
These are tips for things like creating a repository and making a website for your package.
39
40
40
41
It will have created a directory for your project.
41
42
You can see the structure with the `tree` command.
42
43
In our example we've called our project `example-research-software-project`:
43
44
44
45
```sh
45
-
ls -ltr | tail -n1 #Shows the last directory that was created
46
+
ls -ltr | tail -n1 #Show the last directory that was created
46
47
tree example-research-software-project
47
48
```
48
49
@@ -58,7 +59,9 @@ git init
58
59
uv sync
59
60
```
60
61
61
-
Note that `uv>=0.6.7` is required to use the `--group` option.
62
+
## Need help?
63
+
64
+
We've turned on [discussions] for this repository, and we welcome questions there or in the `#helpme` channel on UCL's [Research Programming Hub Slack](.
62
65
63
66
<!-- links here -->
64
67
@@ -68,6 +71,8 @@ Note that `uv>=0.6.7` is required to use the `--group` option.
0 commit comments