Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Aug 22, 2016
1 parent 63edb24 commit 24e5d76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/guide/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Then, install using `pip`:
› pip install dbt
```

If you encounter SSL cryptography errors during install on OSX, make sure your copy of pip is up-to-date (via [cryptography.io](https://cryptography.io/en/latest/faq/#compiling-cryptography-on-os-x-produces-a-fatal-error-openssl-aes-h-file-not-found-error)
```bash
› pip install -U pip
› pip install -U dbt
```

## Configuration

To create your first dbt project, run:
Expand All @@ -28,7 +34,7 @@ To create your first dbt project, run:

This will do two things:
- create a directory at `./[project]` with everything you need to get started.
- create a directory at `~/.dbt/` for environment configuration.
- create a directory at `~/.dbt/` for environment configuration. [TODO]

Finally, configure your environment:
- supply project configuration within `[project]/dbt_project.yml`
Expand Down

0 comments on commit 24e5d76

Please sign in to comment.