X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/092146e5c88e42502912e04b526e9d704bebeb77..2423f448cf625a9dcd980faa32c83bbdef1c7da2:/README?ds=sidebyside diff --git a/README b/README index a36125f..8e37c2e 100644 --- a/README +++ b/README @@ -17,13 +17,13 @@ terms. Installation ============ -It's recommended to use virtualenv and pip with this program. Here's a -typical sequence of commands for a new setup: +It's recommended to use venv and pip with this program. Here's a typical +sequence of commands for a new setup: $ cd /path/to/src -$ virtualenv venv -$ . venv/bin/activate -$ pip3 install -r requirements.txt +$ python3 -m venv env +$ . env/bin/activate +$ pip install -r requirements.txt How to use it =============