Skip to content

Commit d4ded24

Browse files
removed '$' symbol for easier copy/paste
removed '$' symbol in front of command for easier copy/paste as otherwise it has to be removed manually after pasting to a terminal
1 parent cd796cf commit d4ded24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ of a custom Jupyter interactive widget library.
1616

1717
Install [cookiecutter](https://github.com/audreyr/cookiecutter):
1818

19-
$ pip install cookiecutter
19+
pip install cookiecutter
2020

2121
After installing cookiecutter, use widget-ts-cookiecutter:
2222

23-
$ cookiecutter https://github.com/jupyter-widgets/widget-ts-cookiecutter.git
23+
cookiecutter https://github.com/jupyter-widgets/widget-ts-cookiecutter.git
2424

2525
As widget-ts-cookiecutter runs, you will be asked for basic information about
2626
your custom Jupyter widget project. You will be prompted for the following

0 commit comments

Comments
 (0)