This tool is intended to take csv's of scraped location data and uses google maps to allow the user to
- Chrome v95
- Python3
NOTE: At any point during the install process, if you install something & it installs and then when you try to run the application it tells you that it was never installed, try restarting your computer.
Make sure that pip was installed when you installed python. You can check this by running the command below. If it is not installed, got to the pip documentation and follow the instructions for ensurepip / get-pip.py.
(Windows) Open up cmd and type:
C:\Users\tui\LDCT> py -m pip --version(Mac & UNIX) Open up your prefered shell and type:
> pip3 --versionNow that pip has been installed, all that's left is installing the required python modules:
(Windows) In cmd, type:
C:\Users\tui\LDCT> py -m pip install -r requirements.txt(Mac & UNIX) Open up your prefered shell and type:
> pip3 install -r requirements.txtOn Windows, assuming everything has been installed correctly, you can either double click the clean.py script to start the application or you can enter the following in cmd:
(Windows)
C:\Users\tui\LDCT> py clean.py(Mac & Unux)
> python3 clean.py