Skip to content

Commit

Permalink
Add installation instructions (#79)
Browse files Browse the repository at this point in the history
Add pip installation instructions.  It seems like such an obvious step, but it's not always a given that some project is available on pypi or through pip install.
  • Loading branch information
nurpax committed Mar 12, 2022
1 parent 1f73835 commit 5c244a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,12 @@ If you need notifications about change events as well as to restart a process yo
use the `callback` argument to pass a function which will be called on every file change
with one argument: the set of file changes.

## Installation

```bash
pip install watchgod
```

## Asynchronous Methods

*watchgod* comes with an asynchronous equivalents of `watch`: `awatch` which uses
Expand Down

0 comments on commit 5c244a2

Please sign in to comment.