Skip to content

Commit

Permalink
Merge pull request #23 from cagov/add-poetry-step
Browse files Browse the repository at this point in the history
Add poetry step to usage docs.
  • Loading branch information
britt-allen authored Nov 6, 2023
2 parents 47af883 + b6df02b commit 4a2fff5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It consists of:

## Usage

Start with a Python environment. Install `copier`:
Start with a Python environment. Install `copier` and `poetry`:

```bash
python -m pip install copier
Expand Down Expand Up @@ -45,6 +45,14 @@ git add .
git commit -m "Initial commit"
```

Finally, install the Python dependencies and commity the `poetry.lock`:

```bash
poetry install
git add poetry.lock
git commit -m "Add poetry.lock"
```

### BigQuery setup

Using the dbt project with BigQuery requires the following setup steps:
Expand Down

0 comments on commit 4a2fff5

Please sign in to comment.