Who's Hiring runs on Python 2.7, and includes the libraries beautifulsoup4, matplotlib, and numpy.
For information on Python 2.7 installation and cloning the repo, please feel free to reference our last Python project's README.
Once you have cloned the project, change your directory to the root of the project.
Execute the following commands:
'pip install beautifulsoup4'
'pip install matplotlib'
'pip install numpy'
From the root directory, create a folder titled pages. Leave this blank for now, the program will populate it later.
To execute Who's Hiring, enter 'python main.py' and follow the prompts.