Update package and install process (#1948)
This commit is contained in:
@@ -147,7 +147,7 @@ class GithubClient:
|
||||
@classmethod
|
||||
def assert_github(cls):
|
||||
if not Github:
|
||||
raise ModuleNotFoundError('Missing PyGithub - try running `pip install -r requirements-dev.txt`')
|
||||
raise ModuleNotFoundError('Missing PyGithub - try running `pip3 install .[dev]`')
|
||||
|
||||
@property
|
||||
def authenticated_client(self) -> Github:
|
||||
|
||||
Reference in New Issue
Block a user