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
|
|
@ -5,8 +5,8 @@ Create a project directory and enter it:
|
|||
|
||||
.. code-block:: none
|
||||
|
||||
mkdir flask-tutorial
|
||||
cd flask-tutorial
|
||||
$ mkdir flask-tutorial
|
||||
$ cd flask-tutorial
|
||||
|
||||
Then follow the :doc:`installation instructions </installation>` to set
|
||||
up a Python virtual environment and install Flask for your project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue