Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed Oct 30, 2024
1 parent b4b4a57 commit 9b7fea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to
`has_example_sql` and applies by default to all models.
- **Breaking**: Remove `dbt-core` from dependencies. Since it is not mandatory
for `dbt-score` to execute `dbt`, remove the dependency.
- **Breaking**: Stop using `MultiOption` selection type.

## [0.6.0] - 2024-08-23

Expand Down
5 changes: 3 additions & 2 deletions docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Installation of `dbt-score` is simple:
pip install dbt-score
```

If a virtual environment is used to run dbt, make sure to install `dbt-score` in
the same environment.
In order to run `dbt-score` with all it's features, ensure to install
`dbt-score` in the same environment as `dbt-core` as some features require
`dbt-core` to be installed.

## Usage

Expand Down

0 comments on commit 9b7fea6

Please sign in to comment.