Skip to content

Commit f8c4f1d

Browse files
authored
Merge pull request #103 from romeokienzler/patch-1
removed '$' symbol for easier copy/paste
2 parents cd796cf + d4ded24 commit f8c4f1d

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)