Skip to content

Commit

Permalink
Publish basic installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Mar 27, 2019
1 parent 2cbeb47 commit 6991d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _TRCTR-PLLR_ can return the Tract's `geoip`, `usps`, and `pop10` from the origin

## Prerequisites

I assume you have basic familiarity with the command line, with GitHub, and have a preferred package manager for your platform (e.g. [homebrew](https://brew.sh) for OS X). You'll need [PostgreSQL](https://www.postgresql.org/) with [PostGIS extensions](http://postgis.org/), but if you're doing geo work, you almost certainly already have these. You'll need Python 3 and you'll want a virtual environment manager such as [venv](https://docs.python.org/3/library/venv.html). Everything else is installed via `pip`.
I assume you have basic familiarity with the command line, with GitHub, and have a preferred package manager for your platform (e.g. [homebrew](https://brew.sh) for OS X). You'll need [PostgreSQL](https://www.postgresql.org/) with [PostGIS extensions](http://postgis.org/), but if you're doing geo work, you almost certainly already have these. You'll need Python 3 and you'll want a virtual environment manager such as [__venv__](https://docs.python.org/3/library/venv.html). Everything else is installed via `pip`.


## Installation
Expand All @@ -30,6 +30,7 @@ I assume you have basic familiarity with the command line, with GitHub, and have
* create a database within __psql__ or as you prefer.
```
CREATE DATABASE census_tract_2018;
\c census_tract_2018
CREATE EXTENSION postgis;
```

Expand Down

0 comments on commit 6991d38

Please sign in to comment.