This commit is contained in:
David Lord 2023-04-15 07:39:35 -07:00
parent 6931b25293
commit 9a4d370ea2
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

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