diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-16 14:27:59 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-16 14:27:59 -0700 |
| commit | a651b357b17746281b429baf5ad9d93edb333072 (patch) | |
| tree | 3bbe97c8ec4204340424a023e2e30270b82ed7ba /docs/narr/project.rst | |
| parent | d39476687be1328337956831875034f80e6b66fa (diff) | |
| download | pyramid-a651b357b17746281b429baf5ad9d93edb333072.tar.gz pyramid-a651b357b17746281b429baf5ad9d93edb333072.tar.bz2 pyramid-a651b357b17746281b429baf5ad9d93edb333072.zip | |
replace ps1con with doscon for lexer
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 24e484c11..81fc9acf4 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -159,7 +159,7 @@ On UNIX: Or on Windows: -.. code-block:: ps1con +.. code-block:: doscon > cd MyProject > %VENV%\Scripts\pip install -e . @@ -197,7 +197,7 @@ On UNIX: On Windows: -.. code-block:: ps1con +.. code-block:: doscon > %VENV%\Scripts\pip install -e ".[testing]" @@ -213,7 +213,7 @@ On UNIX: On Windows: -.. code-block:: ps1con +.. code-block:: doscon > %VENV%\Scripts\py.test myproject\tests.py -q |
