From 24e5d76e98d3c7634baaf73987cff4de65955741 Mon Sep 17 00:00:00 2001 From: Drew Banin Date: Sun, 21 Aug 2016 23:47:09 -0400 Subject: [PATCH] Update setup.md --- docs/guide/setup.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/guide/setup.md b/docs/guide/setup.md index 539179c5802..ff29cf933cb 100644 --- a/docs/guide/setup.md +++ b/docs/guide/setup.md @@ -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: @@ -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`