summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/hello_world.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/hello_world.rst')
-rw-r--r--docs/quick_tutorial/hello_world.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/hello_world.rst b/docs/quick_tutorial/hello_world.rst
index 0898265ef..166f791fc 100644
--- a/docs/quick_tutorial/hello_world.rst
+++ b/docs/quick_tutorial/hello_world.rst
@@ -40,13 +40,13 @@ Objectives
Steps
=====
-#. Make sure you have followed the steps in :doc:`python_setup`.
+#. Make sure you have followed the steps in :doc:`requirements`.
#. Create a directory for this step:
.. code-block:: bash
- (venv)$ mkdir hello_world; cd hello_world
+ $ mkdir hello_world; cd hello_world
#. Copy the following into ``hello_world/app.py``:
@@ -57,7 +57,7 @@ Steps
.. code-block:: bash
- (venv)$ python app.py
+ $ $VENV/bin/python app.py
#. Open http://localhost:6543/ in your browser.