Fix install command example (#2043)

It should be pip install PyGithub[integrations] not pip install PyGithub['integrations']
This commit is contained in:
mickeydarrenlau
2021-10-12 16:06:54 +11:00
committed by GitHub
parent 42f2c95cf5
commit 99e00a2894
+1 -1
View File
@@ -38,7 +38,7 @@ be enough. You can also clone it on `Github
<http://github.com/PyGithub/PyGithub>`__.
If you wish to use GitHub Integrations, you'll want to be sure to install the
'integrations' option: ``pip install PyGithub['integrations']``
'integrations' option: ``pip install PyGithub[integrations]``
Licensing
---------