Skip to content

Commit

Permalink
Correct typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed Aug 16, 2022
1 parent 77ac30f commit 1d1010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Docker and `docker-compose` are both used in testing. Specific instructions for
First make sure that you set up your `virtualenv` as described in [Setting up an environment](#setting-up-an-environment). Also ensure you have the latest version of pip installed with `pip install --upgrade pip`. Next, install `dbt-trino` (and its dependencies) with:

```sh
pip install -r dev-requirements.txt
pip install -r dev_requirements.txt
```

When installed in this way, any changes you make to your local copy of the source code will be reflected immediately in your next `dbt` run.
Expand Down

0 comments on commit 1d1010d

Please sign in to comment.