Dependencies
============
-
+
* [Django 1.0](http://djangoproject.com/) (application framework)
* [lxml 2.0.0](http://codespeak.net/lxml/) (for importing books)
-
-
+ * Python libraries from lib directory
+ * Django applications from apps directory
+
+
+How to deploy
+=============
+
+Just execute this commands:
+
+ cd wolnelektury.pl
+ source setpythonpath.sh
+ cd wolnelektury
+ ./manage.py syncdb
+ ./manage.py importbooks ../books/01 ../books/02 ../books/03
+ ../setmainpage.py
+
+[TODO]
+
+
Numbering
=========