Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored and zerolab committed Sep 9, 2022
1 parent 957e8bb commit a9f047e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,20 @@ cd wagtail-localize

With your preferred virtualenv activated, install testing dependencies:

#### Using pip

```sh
pip install pip>=21.3
pip install -e .[testing] -U
```

#### Using flit

```sh
pip install flit
flit install
```

### pre-commit

Note that this project uses [pre-commit](https://github.com/pre-commit/pre-commit). To set up locally:
Expand Down

0 comments on commit a9f047e

Please sign in to comment.