From 2cc1ba2ccb4684817bde5cddc666df1329d43c30 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Sun, 20 Aug 2023 22:55:35 -0700 Subject: [PATCH] Fix pip install command in README.md (#2731) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff89eeaf..5de60200 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This library enables you to manage [GitHub] resources such as repositories, user ## Install ```bash -$ pip install PyGithub +pip install PyGithub ``` ## Simple Demo