Skip to content

Commit ebf4963

Browse files
authored
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>
1 parent eece396 commit ebf4963

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ installed. Then, you can run the following commands on a *nix system to
4242
download the required packages and build the bundle:
4343

4444
```bash
45-
(venv) $ cd $PGADMIN4_SRC
46-
(venv) $ make install-node
47-
(venv) $ make bundle
45+
$ cd $PGADMIN4_SRC
46+
$ make install-node
47+
$ make bundle
4848
```
4949

5050
On Windows systems (where "make" is not available), the following commands
@@ -81,7 +81,7 @@ simple - adapt as required for your distribution:
8181
so update that to the latest:
8282

8383
```bash
84-
$ pip install --upgrade pip
84+
(venv) $ pip install --upgrade pip
8585
```
8686

8787
4. Ensure that a PostgreSQL installation's bin/ directory is in the path (so

0 commit comments

Comments
 (0)