projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a42ed
)
Recommend Python virtualenv creation with "python3 -m venv"
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 16 Jul 2024 22:30:10 +0000
(17:30 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 16 Jul 2024 22:30:10 +0000
(17:30 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 5502e1300c18637af3063b450ee703b5e9e57c49..50973d95b0e83b554205414e82ddbf34b41f40b6 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-72,7
+72,7
@@
Installation
Install into a Python 3 virtual environment with commands like::
# Create virtual environment
-
virtualenv -p python3
pgwui_venv
+
python3 -m venv
pgwui_venv
# Install PGWUI web server support
pgwui_venv/bin/pip install pgwui_server
# Install waitress web server (see below))