From d4ded248766ad978630cc467c183d5f287c3e92b Mon Sep 17 00:00:00 2001 From: Romeo Kienzler Date: Thu, 10 Jun 2021 09:31:53 +0200 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac0936..ba91b7b 100644 --- a/README.md +++ b/README.md @@ -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