[Checkins] SVN: bluebream/website/docs/v1.0/gettingstarted.rst - distribute link fix

Baiju M baiju.m.mail at gmail.com
Tue Jan 19 09:07:12 EST 2010


Log message for revision 108264:
  - distribute link fix
  - Sphinx-PyPI-upload won't be installed anymore
  - Conclude installation
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 13:48:36 UTC (rev 108263)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 14:07:11 UTC (rev 108264)
@@ -64,7 +64,7 @@
 
 If you have installed `setuptools
 <http://pypi.python.org/pypi/setuptools>`_ or `distribute
-<http://pypi.python.org/pypi/setuptools>`_ an ``easy_install``
+<http://pypi.python.org/pypi/distribute>`_ an ``easy_install``
 command will be available.  Then, you can install BlueBream using
 ``easy_install`` command like this::
 
@@ -81,11 +81,15 @@
 Apart from ``bluebream`` distribution, easy_install will download and
 install its dependencies.  The dependencies are:
 
-- `Sphinx-PyPI-upload <http://pypi.python.org/pypi/Sphinx-PyPI-upload>`_
 - `PasteScript <http://pypi.python.org/pypi/PasteScript>`_
 - `PasteDeploy <http://pypi.python.org/pypi/PasteDeploy>`_
 - `Paste <http://pypi.python.org/pypi/Paste>`_
 
+The installation of ``bluebream`` project template package is a one
+time process.  Once the project package is ready, you don't require
+the ``bluebream`` project template package anymore.  The project
+package you are going to create will be self-bootstrappable.
+
 .. _started-sample-project:
 
 Creating a sample project



More information about the checkins mailing list