From f5627f59feba6b7f31289d8d1d6fa557b725a794 Mon Sep 17 00:00:00 2001 From: Michael The Date: Fri, 29 Mar 2024 11:16:46 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa3bd00..e2d4510 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,14 +60,14 @@ source ../diepvries-venv/bin/activate Once your virtual environment is active, run: ```shell -python3 setup.py develop +python3 -m pip install -e . ``` to install this library as a development package. In this environment, you can now run any script using this framework. - The easiest way to run the test suite and the linters is to install **tox**: +The easiest way to run the test suite and the linters is to install **tox**: ```shell pip install -U tox