diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-10-14 01:24:01 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-10-14 01:24:01 +0000 |
| commit | f8970eb04df0c3259fe03da348096aba311097ee (patch) | |
| tree | 5f77963c0744151a4ec17a53dc65e4628c87326b /docs/tutorials/bfgwiki2 | |
| parent | 5bbc2380c044c8079af462bcc9717a4c4fa740b2 (diff) | |
| download | pyramid-f8970eb04df0c3259fe03da348096aba311097ee.tar.gz pyramid-f8970eb04df0c3259fe03da348096aba311097ee.tar.bz2 pyramid-f8970eb04df0c3259fe03da348096aba311097ee.zip | |
update
Diffstat (limited to 'docs/tutorials/bfgwiki2')
| -rw-r--r-- | docs/tutorials/bfgwiki2/installation.rst | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/docs/tutorials/bfgwiki2/installation.rst b/docs/tutorials/bfgwiki2/installation.rst index 1225bb18a..6fd31ce65 100644 --- a/docs/tutorials/bfgwiki2/installation.rst +++ b/docs/tutorials/bfgwiki2/installation.rst @@ -56,20 +56,19 @@ Preparation, UNIX #. (Optional) Consider using ``source bin/activate`` to make your shell environment wired to use the virtualenv. -#. Use ``easy_install`` and point to the BFG "current" index to get - :mod:`repoze.bfg` and its direct dependencies installed: +#. Use ``easy_install`` to get :mod:`repoze.bfg` and its direct + dependencies installed: .. code-block:: text - $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple - repoze.bfg + $ bin/easy_install repoze.bfg #. Use ``easy_install`` to install various packages from PyPI. .. code-block:: text - $ bin/easy_install docutils nose coverage zope.sqlalchemy SQLAlchemy \ - repoze.tm2 + $ bin/easy_install docutils nose coverage zope.sqlalchemy \ + SQLAlchemy repoze.tm2 Preparation, Windows -------------------- @@ -108,20 +107,18 @@ Preparation, Windows #. (Optional) Consider using ``bin\activate.bat`` to make your shell environment wired to use the virtualenv. -#. Use ``easy_install`` and point to the BFG "current" index to get - :mod:`repoze.bfg` and its direct dependencies installed: +#. Use ``easy_install`` to get :mod:`repoze.bfg` and its direct + dependencies installed: .. code-block:: text - c:\bigfntut> Scripts\easy_install -i \ - http://dist.repoze.org/bfg/current/simple repoze.bfg + c:\bigfntut> Scripts\easy_install repoze.bfg #. Use ``easy_install`` to install various packages from PyPI. .. code-block:: text - c:\bigfntut> Scripts\easy_install -i \ - http://dist.repoze.org/bfg/current/simple docutils \ + c:\bigfntut> Scripts\easy_install -i docutils \ nose coverage zope.sqlalchemy SQLAlchemy repoze.tm2 |
