From fea3f3f86363f0a3a18f16b3eef846145a4a317f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 22:50:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/contributors/devinstall.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contributors/devinstall.md b/docs/source/contributors/devinstall.md index 83144fb5..358329a1 100644 --- a/docs/source/contributors/devinstall.md +++ b/docs/source/contributors/devinstall.md @@ -58,8 +58,8 @@ Some of the more useful commands are listed below. Build a Python 3 virtual environment that can be used to run the Enterprise Gateway server within an IDE. May be necessary prior to [debugging Enterprise Gateway](./debug.md) based on your local Python environment. -See Python's [Virtual Environments](https://docs.python.org/3/tutorial/venv.html#virtual-environments-and-packages), -and [Installing Packages](https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-from-a-local-src-tree) +See Python's [Virtual Environments](https://docs.python.org/3/tutorial/venv.html#virtual-environments-and-packages), +and [Installing Packages](https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-from-a-local-src-tree) documentation pages for background on environments and why you may find them useful as you develop on Enterprise Gateway. ```bash