diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-07-02 02:00:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-02 02:00:18 -0700 |
| commit | 2203944a466a7a8a2a57bbfe7a89f06c41d73fa7 (patch) | |
| tree | dc30e24dff01a46fac7bcce84d7524bb8a8028fa /docs/narr/firstapp.rst | |
| parent | bcba92d1b23745d736bdcbc9b799929de382db7b (diff) | |
| parent | fa257dd74588c9cc80cc3a6b4158ff2c627eacd5 (diff) | |
| download | pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.tar.gz pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.tar.bz2 pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.zip | |
Merge pull request #2664 from stevepiercy/master
Update Windows installation instructions and related bits.
Diffstat (limited to 'docs/narr/firstapp.rst')
| -rw-r--r-- | docs/narr/firstapp.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index a8491eabd..ad05976c0 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -27,15 +27,15 @@ installed, an HTTP server is started on TCP port 8080. On UNIX: -.. code-block:: text +.. code-block:: bash $ $VENV/bin/python helloworld.py On Windows: -.. code-block:: text +.. code-block:: doscon - C:\> %VENV%\Scripts\python.exe helloworld.py + c:\> %VENV%\Scripts\python helloworld.py This command will not return and nothing will be printed to the console. When port 8080 is visited by a browser on the URL ``/hello/world``, the server will |
