From e42cf31c367cbdf7c7714604fffe7e0a930883c7 Mon Sep 17 00:00:00 2001 From: yuxiaoy Date: Wed, 12 May 2021 23:59:32 +0800 Subject: [PATCH] Update env to venv for consistency --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1ae1b72a..9fec4eb3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -102,14 +102,14 @@ First time setup .. code-block:: text - $ python3 -m venv env + $ python3 -m venv venv $ . env/bin/activate .. group-tab:: Windows .. code-block:: text - > py -3 -m venv env + > py -3 -m venv venv > env\Scripts\activate - Install the development dependencies, then install Flask in editable