How do I run the application downloaded via the zip file above?
- Ensure that your MacOS is Catalina or Big Sur.
-
Once you have installed the zip file, be sure to unzip(decompress) it.
After doing this, you should have a folder that contains two files.
Ensure that the folder’s name does not have any spaces in it (this can happen if you download the folder multiple times).
-
Double click the start.command file.
You should see a security warning.
Click OK.

-
Navigate to your System Preferences.

-
Navigate to your Security and Privacy settings.

-
Select the General option at the top of the window.

-
You should see a button towards the lower right of the screen that says Open Anyway.
Click this button.

-
Navigate back to the folder you unzipped.
This time, click on the main file.
You should see another security warning.
Click Cancel this time.

-
Repeat steps 3 thru 5.
- You should now be able to start the application by clicking on the start.command file.
Make sure that the main file is in the same directory when you do this.

How do I build using the source code? (relevant to developers only)
- Set up a Python environment with Python 3.7 - 3.9.
- Download the source code for “What’s this, Facebook!?” with a git clone.
- Install the libraries PySimpleGUI, matplotlib, pandas, descartes, geopandas, and cities_coordinates into your environment.
This can be done via pip, as shown below.
pip3 install PySimpleGUI
pip3 install matplotlib
pip3 install pandas
pip3 install descartes
pip3 install geopandas
pip3 install cities_coordinates