Skip to content

Commit 405a660

Browse files
committed
version information
1 parent b2d0c54 commit 405a660

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@ use at your own risk. Issues and PRs welcome!
88

99
## How to Use This
1010

11-
Install this package: `pip install dbt-sqlite`
11+
Use the right version:
12+
13+
- versions 0.1.x of this adapter work with dbt 0.19.x
14+
- versions 0.0.x of this adapter work with dbt 0.18.x
15+
16+
Install this package:
17+
18+
```
19+
# run this to install the latest version
20+
pip install dbt-sqlite
21+
22+
# OR run this to install a specific version
23+
pip install dbt-sqlite==0.0.4
24+
```
1225

1326
Create an entry in your `~/.dbt/profiles.yml` file with the following configuration:
1427

0 commit comments

Comments
 (0)