From 0aa3049939330c0052a3710f4bcb5ac59a99f400 Mon Sep 17 00:00:00 2001 From: Allen Hernandez <2349718+AllenSH12@users.noreply.github.com> Date: Tue, 13 May 2025 21:21:04 -0400 Subject: [PATCH 1/2] (docs) removes venv notation from web bundling directions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b90b11fae8..7d4fc5f3c38 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ installed. Then, you can run the following commands on a *nix system to download the required packages and build the bundle: ```bash -(venv) $ cd $PGADMIN4_SRC -(venv) $ make install-node -(venv) $ make bundle +$ cd $PGADMIN4_SRC +$ make install-node +$ make bundle ``` On Windows systems (where "make" is not available), the following commands From 9910323502c2139ca19e5e7acef93eaa0afabc79 Mon Sep 17 00:00:00 2001 From: Allen Hernandez <2349718+AllenSH12@users.noreply.github.com> Date: Tue, 13 May 2025 22:28:13 -0400 Subject: [PATCH 2/2] (docs) add venv notation after activation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4fc5f3c38..18f3e5617a4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ simple - adapt as required for your distribution: so update that to the latest: ```bash - $ pip install --upgrade pip + (venv) $ pip install --upgrade pip ``` 4. Ensure that a PostgreSQL installation's bin/ directory is in the path (so