Fix pip install command in README.md (#2731)

This commit is contained in:
Soren Ptak
2023-08-21 07:55:35 +02:00
committed by GitHub
parent d93d35ec07
commit 2cc1ba2ccb
+1 -1
View File
@@ -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