Skip to content

Commit

Permalink
Update CONTRIBUTING (#197)
Browse files Browse the repository at this point in the history
Update Contributing docs

Signed-off-by: Tawanda Moyo <moyotawanda@gmail.com>
  • Loading branch information
tawandamoyo committed Jun 11, 2021
1 parent 4f4d7ce commit 85b2f17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ _trial_temp*
/.tox
/.python-version
/htmlcov

.vscode/
.idea/
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ this case, the [Apache Software License v2](LICENSE).

## Preparing your development environment

Sygnal depends on the `psycopg2` database adapter for PostgreSQL.
You may need to install development headers for Python and libpq.
For example on Debian/Ubuntu distributions these can be installed with:

```bash
sudo apt install libpq-dev python3-dev build-essential
```

### Create a virtualenv

To contribute to Sygnal, ensure you have Python 3.7 or newer and then run:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/196.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CONTRIBUTING.md to recommend installing libq-dev. Contributed by Tawanda Moyo.

0 comments on commit 85b2f17

Please sign in to comment.