Skip to content

Commit

Permalink
Fix install command example (#2043)
Browse files Browse the repository at this point in the history
It should be pip install PyGithub[integrations] not pip install PyGithub['integrations']
  • Loading branch information
mickeydarrenlau committed Oct 12, 2021
1 parent 42f2c95 commit 99e00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/introduction.rst
Expand Up @@ -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
---------
Expand Down

0 comments on commit 99e00a2

Please sign in to comment.