Skip to content

Commit

Permalink
removed '$' symbol for easier copy/paste
Browse files Browse the repository at this point in the history
removed '$' symbol in front of command for easier copy/paste as otherwise it has to be removed manually after pasting to a terminal
  • Loading branch information
romeokienzler authored Jun 10, 2021
1 parent cd796cf commit d4ded24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ of a custom Jupyter interactive widget library.

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

$ pip install cookiecutter
pip install cookiecutter

After installing cookiecutter, use widget-ts-cookiecutter:

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

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

0 comments on commit d4ded24

Please sign in to comment.