From 5d1e72971df27f0112fc3604a68febdd050b6cc1 Mon Sep 17 00:00:00 2001 From: Douglas Heriot Date: Fri, 4 Aug 2023 08:07:29 +1000 Subject: [PATCH] Remove instruction to install `tox-factor` (#267) * Remove instruction to install `tox-factor` This is no longer necessary with tox version 4 https://github.com/rpkilby/tox-factor/issues/18 * Empty commit to trigger build --------- Co-authored-by: Aaron Abbott --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 66fa8e77..0dfa1a64 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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