BUG : .venv changed to venv

This commit is contained in:
rishavvajpayee 2023-11-30 01:18:12 +05:30
parent 64c6ac8476
commit ca2e79b4cc

View file

@ -120,7 +120,7 @@ First time setup in your local environment
.. code-block:: text
> py -3 -m venv .venv
> py -3 -m venv venv
> .venv\Scripts\activate
- Install the development dependencies, then install Flask in editable mode.