Skip to content

Commit

Permalink
Remove instruction to install tox-factor
Browse files Browse the repository at this point in the history
This is no longer necessary with tox version 4

rpkilby/tox-factor#18
  • Loading branch information
DouglasHeriot committed Aug 3, 2023
1 parent 8f8d2f0 commit cd16c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This project uses [tox](https://tox.readthedocs.io/en/latest/index.html) for
development, so make sure it is installed on your system:

```sh
pip install tox tox-factor
pip install tox
```

To create a virtual environment `venv/` at the root of the repository (useful
Expand Down

0 comments on commit cd16c37

Please sign in to comment.