diff options
Diffstat (limited to 'docs/quick_tutorial/hello_world.rst')
| -rw-r--r-- | docs/quick_tutorial/hello_world.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/hello_world.rst b/docs/quick_tutorial/hello_world.rst index 36ffe9d1e..0898265ef 100644 --- a/docs/quick_tutorial/hello_world.rst +++ b/docs/quick_tutorial/hello_world.rst @@ -46,7 +46,7 @@ Steps .. code-block:: bash - (env)$ mkdir hello_world; cd hello_world + (venv)$ mkdir hello_world; cd hello_world #. Copy the following into ``hello_world/app.py``: @@ -57,9 +57,9 @@ Steps .. code-block:: bash - (env)$ python app.py + (venv)$ python app.py -#. Open ``http://localhost:6543/`` in your browser. +#. Open http://localhost:6543/ in your browser. Analysis ======== |
