mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Fix install command example (#2043)
It should be pip install PyGithub[integrations] not pip install PyGithub['integrations']
This commit is contained in:
@@ -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
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user