diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2009-06-01 21:32:15 +0000 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2009-06-01 21:32:15 +0000 |
| commit | c2f47b8223e0e2a6893fbd66881d942fdb4ab79c (patch) | |
| tree | a40c0159c2659bd60fe18e7d7b65749c57c6d038 /docs/tutorials | |
| parent | 6f4da22139f9f42dcf8810d8dcf0a4a7fb75dfd3 (diff) | |
| download | pyramid-c2f47b8223e0e2a6893fbd66881d942fdb4ab79c.tar.gz pyramid-c2f47b8223e0e2a6893fbd66881d942fdb4ab79c.tar.bz2 pyramid-c2f47b8223e0e2a6893fbd66881d942fdb4ab79c.zip | |
change codeblock language on Windows examples to use bat and stop coloring backslashes as escape sequences
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/bfgwiki2/installation.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/tutorials/bfgwiki2/installation.rst b/docs/tutorials/bfgwiki2/installation.rst index 058e003db..fd914b5d5 100644 --- a/docs/tutorials/bfgwiki2/installation.rst +++ b/docs/tutorials/bfgwiki2/installation.rst @@ -75,25 +75,25 @@ Preparation, Windows the ``python`` interpreter of your Python 2.5 installation using a command prompt: - .. code-block:: bash + .. code-block:: bat c:\> c:\Python25\python ez_setup.py #. Use that Python's `bin/easy_install` to install `virtualenv`: - .. code-block:: bash + .. code-block:: bat c:\> c:\Python25\Scripts\easy_install virtualenv #. Use that Python's virtualenv to make a workspace: - .. code-block:: bash + .. code-block:: bat c:\> c:\Python25\Scripts\virtualenv --no-site-packages bigfntut #. Switch to the ``bigfntut`` directory: - .. code-block:: bash + .. code-block:: bat c:\> cd bigfntut @@ -103,13 +103,13 @@ Preparation, Windows #. Use ``easy_install`` and point to the BFG "current index to get BFG and its direct dependencies installed: - .. code-block:: bash + .. code-block:: bat c:\bigfntut> Scripts/easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg #. Use ``easy_install`` to install various packages from PyPI. - .. code-block:: bash + .. code-block:: bat c:\bigfntut> Scripts\easy_install -i docutils nose coverage zope.sqlalchemy SQLAlchemy repoze.tm2 @@ -137,7 +137,7 @@ On UNIX: On Windows: -.. code-block:: bash +.. code-block:: bat c:\bigfntut> Scripts\paster create -t bfg_routesalchemy tutorial @@ -159,7 +159,7 @@ On UNIX: On Windows: -.. code-block:: bash +.. code-block:: bat C:\bigfntut> cd tutorial C:\bigfntut\tutorial> ..\Scripts\python setup.py develop @@ -180,7 +180,7 @@ On UNIX: On Windows: -.. code-block:: bash +.. code-block:: bat c:\bigfntut\tutorial> ..\Scripts\python setup.py test -q @@ -197,7 +197,7 @@ On UNIX: On Windows: -.. code-block:: bash +.. code-block:: bat c:\bifgfntut\tutorial> ..\Scripts\paster serve tutorial.ini --reload @@ -218,7 +218,7 @@ On UNIX: On Windows: -.. code-block:: bash +.. code-block:: bat c:\bigfntut\tutorial> ..\Scripts\nosetests --cover-package=tutorial --cover-erase --with-coverage |
