Add prefix for all commands in documentation (#2877)
* Add prefix for commands in docs * Add prefix for commands in example's README
This commit is contained in:
parent
b9b88b0cdf
commit
21b0aa6dd8
19 changed files with 112 additions and 112 deletions
|
|
@ -23,9 +23,9 @@ Install
|
|||
|
||||
::
|
||||
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install -e .
|
||||
$ python3 -m venv venv
|
||||
$ . venv/bin/activate
|
||||
$ pip install -e .
|
||||
|
||||
|
||||
Run
|
||||
|
|
@ -33,8 +33,8 @@ Run
|
|||
|
||||
::
|
||||
|
||||
export FLASK_APP=js_example
|
||||
flask run
|
||||
$ export FLASK_APP=js_example
|
||||
$ flask run
|
||||
|
||||
Open http://127.0.0.1:5000 in a browser.
|
||||
|
||||
|
|
@ -44,6 +44,6 @@ Test
|
|||
|
||||
::
|
||||
|
||||
pip install -e '.[test]'
|
||||
coverage run -m pytest
|
||||
coverage report
|
||||
$ pip install -e '.[test]'
|
||||
$ coverage run -m pytest
|
||||
$ coverage report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue