BUG : .venv changed to venv
This commit is contained in:
parent
64c6ac8476
commit
ca2e79b4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue