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
| MarkDown link checker | []({{repository_url}}/actions/workflows/markdown-link-check.yml) |
22
22
23
-
## How to use {{ cookiecutter.package_name }}
23
+
## How to use {{ package_name }}
24
24
25
-
{{ cookiecutter.package_short_description }}
25
+
{{ package_short_description }}
26
26
27
27
The project setup is documented in [project_setup.md](project_setup.md). Feel free to remove this document (and/or the link to this document) if you don't need it.
28
28
29
29
## Installation
30
30
31
-
To install {{ cookiecutter.package_name }} from GitHub repository, do:
31
+
To install {{ package_name }} from GitHub repository, do:
32
32
33
33
```console
34
-
git clone {{ cookiecutter.repository }}.git
35
-
cd {{ cookiecutter.directory_name }}
34
+
git clone {{ repository }}.git
35
+
cd {{ directory_name }}
36
36
python -m pip install .
37
37
```
38
38
@@ -42,9 +42,9 @@ Include a link to your project's full documentation here.
42
42
43
43
## Contributing
44
44
45
-
If you want to contribute to the development of {{ cookiecutter.package_name }},
45
+
If you want to contribute to the development of {{ package_name }},
46
46
have a look at the [contribution guidelines](CONTRIBUTING.md).
47
47
48
48
## Credits
49
49
50
-
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [NLeSC/python-template](https://github.com/NLeSC/python-template).
50
+
This package was created with [Copier](https://github.com/copier-org/copier) and the [NLeSC/python-template](https://github.com/NLeSC/python-template).
0 commit comments