Skip to content

Commit

Permalink
Remove instruction to install tox-factor (#267)
Browse files Browse the repository at this point in the history
* Remove instruction to install `tox-factor`

This is no longer necessary with tox version 4

rpkilby/tox-factor#18

* Empty commit to trigger build

---------

Co-authored-by: Aaron Abbott <[email protected]>
  • Loading branch information
DouglasHeriot and aabmass authored Aug 3, 2023
1 parent e115e33 commit 5d1e729
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 5d1e729

Please sign in to comment.