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/project.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/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 1ce12a938..71bd176f6 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -87,9 +87,9 @@ On UNIX: Or on Windows: -.. code-block:: text +.. code-block:: doscon - > %VENV%\Scripts\pcreate -s starter MyProject + c:\> %VENV%\Scripts\pcreate -s starter MyProject As a result of invoking the ``pcreate`` command, a directory named ``MyProject`` is created. That directory is a :term:`project` directory. The @@ -161,8 +161,8 @@ Or on Windows: .. code-block:: doscon - > cd MyProject - > %VENV%\Scripts\pip install -e . + c:\> cd MyProject + c:\> %VENV%\Scripts\pip install -e . Elided output from a run of this command on UNIX is shown below: @@ -199,7 +199,7 @@ On Windows: .. code-block:: doscon - > %VENV%\Scripts\pip install -e ".[testing]" + c:\> %VENV%\Scripts\pip install -e ".[testing]" Once the testing requirements are installed, then you can run the tests using the ``py.test`` command that was just installed in the ``bin`` directory of @@ -215,7 +215,7 @@ On Windows: .. code-block:: doscon - > %VENV%\Scripts\py.test -q + c:\> %VENV%\Scripts\py.test -q Here's sample output from a test run on UNIX: @@ -282,7 +282,7 @@ On Windows: .. code-block:: text - > %VENV%\Scripts\pserve development.ini + c:\> %VENV%\Scripts\pserve development.ini Here's sample output from a run of ``pserve`` on UNIX: |
