You can install this package directly from GitHub with the following:
pip install git+https://github.com/dhrosa/google-patents-scraper.gitIf you have this repository downloaded locally, you can install it from its directory using:
pip install .Once installed, run the command using something like the following:
google-patents-scraper KR101863193B1 > out.jsonOr the following if pip-installed packages are not in your PATH:
python3 -m google_patents_scraper.main KR101863193B1 > out.json