[Checkins] SVN: hurry.extjs/trunk/README.txt Update README
Santiago Videla
santiago.videla at gmail.com
Mon May 4 15:45:52 EDT 2009
Log message for revision 99741:
Update README
Changed:
U hurry.extjs/trunk/README.txt
-=-
Modified: hurry.extjs/trunk/README.txt
===================================================================
--- hurry.extjs/trunk/README.txt 2009-05-04 19:30:38 UTC (rev 99740)
+++ hurry.extjs/trunk/README.txt 2009-05-04 19:45:52 UTC (rev 99741)
@@ -13,15 +13,19 @@
How to use?
===========
-First download ExtJS_ and place it in your home directory.
-Once it's finished, add `hurry.extjs` to your setup.py and run ./bin/buildout::
+ExtJS is distributed under the terms of the GPL v3 ::
+ - http://extjs.com/products/license.php
+
+In order to avoid licenses conflicts, first you need to download ExtJS_ and place it in your
+home directory. Once it's finished, add `hurry.extjs` to your setup.py and run ./bin/buildout::
+
install_requires=[
...,
'hurry.extjs==2.2.1',
],
-Note that you `must` use always the same versions of ExtJS and `hurry.extjs`
+Note that you `must` always download and include the same versions of ExtJS and `hurry.extjs`
Now, you can import ``extjs`` like this::
More information about the Checkins
mailing list