# README TEAM N
## Members
Matt Lampl mslampl@andrew.cmu.edu
Ruoqi Li ruoqili@andrew.cmu.edu
Jinxiao Li jinxiaol@andrew.cmu.edu
Siqi Li siqil2@andrew.cmu.edu
## Installation
### Python Modules
#### Selenium
This module is used in the web scarping of Weather and Climate data. Run the following command in Anaconda prompt:
```bash
conda install selenium
```
or
```bash
pip install selenium
```
#### Webdriver_manager
This module is used for automatically installing WebDriver in the web scarping of Weather and Climate data. Run the following command in Anaconda prompt:
```bash
conda install webdriver_manager
```
or
```bash
pip install webdriver_manager
```
### Additional Tools
#### Chrome
In the Weather and Climate module, Selenium uses WebDriver to control Chrome for automatic clicking and scraping. So user should make sure that Chrome is installed on the computer.
## Running the program
Go to the project directory in terminal and run:
```bash
python CityDigger_main.py
```
Or open and run CityDigger_main.py in idle, Spyder or other Python IDEs.