From ebf4963758dd0d53307ab7bd8474a900a786054e Mon Sep 17 00:00:00 2001 From: Allen Hernandez Date: Wed, 14 May 2025 04:47:13 -0400 Subject: [PATCH] Fixes venv notations for web build 2) Removes venv notation from web bundling directions 3) Add venv notation after activation --------- Co-authored-by: Allen Hernandez <2349718+AllenSH12@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b90b11fa..18f3e5617 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 @@ -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