From 80633b5e864cf5705a4636dd05601531a5c33a45 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 26 Sep 2023 13:31:48 -0700 Subject: Update link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a0ccf8d..029aaf7 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ source venv/bin/activate ``` Then run `pip install -e .` to invoke an -["editable" install](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs), +["editable" install](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs) meaning any changes made to the source will be reflected immediately in the executable script. Unit tests can be run with `pytest` (make sure to run `pip install pytest` in the virtual environment first.) -- cgit v1.2.3