update docs and examples for pyproject
setup.py -> pyproject.toml venv -> .venv
This commit is contained in:
parent
6d6d986fc5
commit
8f13f5b6d6
24 changed files with 153 additions and 195 deletions
|
|
@ -23,13 +23,13 @@ default Git version is the main branch. ::
|
|||
|
||||
Create a virtualenv and activate it::
|
||||
|
||||
$ python3 -m venv venv
|
||||
$ . venv/bin/activate
|
||||
$ python3 -m venv .venv
|
||||
$ . .venv/bin/activate
|
||||
|
||||
Or on Windows cmd::
|
||||
|
||||
$ py -3 -m venv venv
|
||||
$ venv\Scripts\activate.bat
|
||||
$ py -3 -m venv .venv
|
||||
$ .venv\Scripts\activate.bat
|
||||
|
||||
Install Flaskr::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue