Metadata-Version: 2.1
Name: get-pop
Version: 1.1
Summary: Command line tool to generates CSVs of population data for specified US states.
Home-page: UNKNOWN
Author: DSR
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

### Get Pop

Command line tool to generates CSVs of population data for specified US states.

CSVs will be output in data/ in project root.

#### Install

1. Open the terminal. Clone the project repo.

2. If you don't have pipenv installed on your machine, install it. On Mac, using you homebrew, run:

    `brew install pipenv`

3. Navigate into the project directory.

4. Use pipenv to create a virtual environment and install the project 
dependencies. Run:

    `pipenv install`

#### Run

From the terminal, make sure you're in the project directory. Run the following:

```python run.py```

Or:

```pipenv run python run.py```


