We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569cf25 commit 6d878bfCopy full SHA for 6d878bf
hello-world/README.md
@@ -14,10 +14,10 @@ Writing a JupyterLab extension usually starts from a configurable template. It
14
can be downloaded with the [`copier`](https://copier.readthedocs.io/) tool and the following command:
15
16
```bash
17
-pip install copier jinja2-time
+pip install "copier~=7.2" jinja2-time "pydantic<2.0.0"
18
mkdir my_extension
19
cd my_extension
20
-copier https://github.com/jupyterlab/extension-template .
+copier copy https://github.com/jupyterlab/extension-template .
21
```
22
23
You will be asked for some basic information that could for example be setup
0 commit comments