diff --git a/HomeHarvest_Demo.ipynb b/HomeHarvest_Demo.ipynb index 8e98451..fb9106b 100644 --- a/HomeHarvest_Demo.ipynb +++ b/HomeHarvest_Demo.ipynb @@ -55,7 +55,7 @@ " location=\"2530 Al Lipscomb Way\",\n", " site_name=\"zillow\",\n", " listing_type=\"for_sale\"\n", - ")," + ")" ] }, { diff --git a/README.md b/README.md index 6b77f24..45b7f71 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,15 @@ - Scrapes properties from **Zillow**, **Realtor.com** & **Redfin** simultaneously - Aggregates the properties in a Pandas DataFrame - + +[Video Guide for HomeHarvest](https://www.youtube.com/watch?v=HCoHoiJdWQY) + ![homeharvest](https://github.com/ZacharyHampton/HomeHarvest/assets/78247585/b3d5d727-e67b-4a9f-85d8-1e65fd18620a) ## Installation ```bash -pip install --upgrade homeharvest +pip install --force-reinstall homeharvest ``` _Python version >= [3.10](https://www.python.org/downloads/release/python-3100/) required_