Recommend Python virtualenv creation with "python3 -m venv"
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 16 Jul 2024 22:30:10 +0000 (17:30 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 16 Jul 2024 22:30:10 +0000 (17:30 -0500)
README.rst

index 5502e1300c18637af3063b450ee703b5e9e57c49..50973d95b0e83b554205414e82ddbf34b41f40b6 100644 (file)
@@ -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))