From e6b2251aec54ba20d968e183181682ba60896095 Mon Sep 17 00:00:00 2001 From: Nabrissa Khan Date: Sun, 23 Oct 2022 23:19:04 -0600 Subject: [PATCH] Added a fix to the doc with corrected information. --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d5e3a3f7..6b96fbca 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -109,8 +109,8 @@ First time setup .. code-block:: text - > py -3 -m venv env - > env\Scripts\activate + > python -3 -m venv env + > source env\Scripts\activate - Upgrade pip and setuptools.