tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
513 stars 137 forks source link

Add pip installation #69

Open VinciGit00 opened 5 months ago

VinciGit00 commented 5 months ago

I would like to add it to my projects, but is not available on pip

tasos-py commented 5 months ago

Please see #54

davidlenz commented 4 months ago
#8 24.24   DEPRECATION: search-engines is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
#8 24.24   Running setup.py install for search-engines: started
#8 24.45   Running setup.py install for search-engines: finished with status 'done'

Also using it in my builds, not sure how the upcoming changes mentioned above will affect it.