Skip to content

Commit

Permalink
Update README.md (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethiaarun authored Oct 5, 2023
1 parent 569cf25 commit 6d878bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Writing a JupyterLab extension usually starts from a configurable template. It
can be downloaded with the [`copier`](https://copier.readthedocs.io/) tool and the following command:

```bash
pip install copier jinja2-time
pip install "copier~=7.2" jinja2-time "pydantic<2.0.0"
mkdir my_extension
cd my_extension
copier https://github.com/jupyterlab/extension-template .
copier copy https://github.com/jupyterlab/extension-template .
```

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

0 comments on commit 6d878bf

Please sign in to comment.