Skip to content

Commit 24e5d76

Browse files
authored
Update setup.md
1 parent 63edb24 commit 24e5d76

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/guide/setup.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Then, install using `pip`:
1818
› pip install dbt
1919
```
2020

21+
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)
22+
```bash
23+
› pip install -U pip
24+
› pip install -U dbt
25+
```
26+
2127
## Configuration
2228

2329
To create your first dbt project, run:
@@ -28,7 +34,7 @@ To create your first dbt project, run:
2834

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

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

0 commit comments

Comments
 (0)