From abedb48362e561ebd8968d2f71ecdad78ca14aff Mon Sep 17 00:00:00 2001 From: Yuta Nagano <52748151+yutanagano@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:20:22 +0100 Subject: [PATCH] Remove back $ from pip install line to make it directly copyable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223dc17..a207bd5 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ What's even better is that they are fully compliant with [pyrepseq](https://pyre ## Installation ```bash -$ pip install sceptr +pip install sceptr ```