summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/bfgwiki2/installation.rst22
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