Skip to content

Commit

Permalink
Merge pull request #103 from romeokienzler/patch-1
Browse files Browse the repository at this point in the history
removed '$' symbol for easier copy/paste
  • Loading branch information
jasongrout authored Jun 10, 2021
2 parents cd796cf + d4ded24 commit f8c4f1d
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 f8c4f1d

Please sign in to comment.