Update package and install process (#1948)

This commit is contained in:
Mika Ayenson
2022-12-08 15:49:49 -05:00
committed by GitHub
parent 7e459dd585
commit 5bf69b7967
20 changed files with 167 additions and 47 deletions
+1 -1
View File
@@ -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: