Skip to content

Commit

Permalink
chore(docs): Add steps to configure pre-commit hooks (#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
blossom2017 authored Aug 18, 2020
1 parent c7d6980 commit c6b6d20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ Now to activate the virtual environment, type
pipenv shell
```

After installing dependencies in your virtual environment, you need to configure pre-commit hooks by running the command

```sh
pre-commit install
```


* **Step 2** - Create the database. For that we first open the psql shell. Go to the directory where your postgres file is stored.

Expand Down

0 comments on commit c6b6d20

Please sign in to comment.