Skip to content

Commit 6d878bf

Browse files
authored
Update README.md (#247)
fixed setup steps as per https://github.com/jupyterlab/extension-template
1 parent 569cf25 commit 6d878bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello-world/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Writing a JupyterLab extension usually starts from a configurable template. It
1414
can be downloaded with the [`copier`](https://copier.readthedocs.io/) tool and the following command:
1515

1616
```bash
17-
pip install copier jinja2-time
17+
pip install "copier~=7.2" jinja2-time "pydantic<2.0.0"
1818
mkdir my_extension
1919
cd my_extension
20-
copier https://github.com/jupyterlab/extension-template .
20+
copier copy https://github.com/jupyterlab/extension-template .
2121
```
2222

2323
You will be asked for some basic information that could for example be setup

0 commit comments

Comments
 (0)