tests: added send email
[myslice.git] / README
diff --git a/README b/README
index 95a197a..3d436f5 100644 (file)
--- a/README
+++ b/README
@@ -33,6 +33,9 @@ when you just need to hit ^C yourself when your static files need to be refreshe
 * use it from your browser 
 (See more notes on using the development server below)
 
+* install dependencies
+$ pip install -r path/to/requirements/file.txt
+
 ==================== Status
 
 *** Authentication ***
@@ -92,6 +95,7 @@ Third party tools shipped:
 * datatables
 * spin
 * bootstrap
+* and others are added as we build the system when they become needed
 
 I've tried to keep track of the version I picked and to have an easy upgrade path.
 
@@ -103,8 +107,11 @@ I've tried to keep track of the version I picked and to have an easy upgrade pat
   . settings.py
   . urls.py
 
-* engine:
-  the code for building / rendering plugins / queries
+* manifold:
+  the code for dealing with queries, sending them to the backend, and offering the /manifold/proxy/ URL
+
+* unfold:
+  the code for building / rendering plugins 
 
 * plugins:
   the actual code for plugins