diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-02 13:47:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-02 13:47:56 +0000 |
| commit | a98b18cd1b79350e3f491b69a10f1cea972b5358 (patch) | |
| tree | 218a1fc6a9614dc0b22e13fcace96b2268282f31 /docs | |
| parent | afe604da84e1625d6437666d25c3979f1107ccfb (diff) | |
| download | pyramid-a98b18cd1b79350e3f491b69a10f1cea972b5358.tar.gz pyramid-a98b18cd1b79350e3f491b69a10f1cea972b5358.tar.bz2 pyramid-a98b18cd1b79350e3f491b69a10f1cea972b5358.zip | |
Use bat instead of bash.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 296fce957..2af488cb1 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -162,25 +162,25 @@ Installing :mod:`repoze.bfg` on a Windows System 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 bfgenv #. Switch to the ``bfgenv`` directory: - .. code-block:: bash + .. code-block:: bat c:\> cd bfgenv @@ -190,7 +190,7 @@ Installing :mod:`repoze.bfg` on a Windows System #. 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:\bfgenv> Scripts/easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg |
