[Checkins] SVN: grok/trunk/README.txt Mention the new grokproject sandbox script

Philipp von Weitershausen philikon at philikon.de
Wed Jan 10 17:44:54 EST 2007


Log message for revision 71901:
  Mention the new grokproject sandbox script
  

Changed:
  U   grok/trunk/README.txt

-=-
Modified: grok/trunk/README.txt
===================================================================
--- grok/trunk/README.txt	2007-01-10 22:41:17 UTC (rev 71900)
+++ grok/trunk/README.txt	2007-01-10 22:44:53 UTC (rev 71901)
@@ -22,8 +22,19 @@
 Getting grok
 ============
 
-Currently, grok is only available from the subversion repository::
+The easiest way to get started with grok is to install the
+`grokproject <http://cheeseshop.python.org/pypi/grokproject>`_ package
+(e.g. via ``easy_install grokproject``) and then create a new project
+area by calling the ``grokproject`` script like so::
 
+  $ grokproject MyProject
+  ... many lines of output here
+
+This will create a project area in ``MyProject`` as well as download
+and install grok and Zope 3 (the application server grok is built on).
+
+You can also get grok from the subversion repository::
+
   svn co svn://svn.zope.org/repos/main/grok/trunk grok
 
 Then follow the instructions of ``INSTALL.txt``.



More information about the Checkins mailing list