diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | requirements.pip | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ Main features include: - A rich set of communication tools (two-way email support, SMS sending, GSX escalations, attachment support) - Inventory management (product categories, stocking per location, bracketed markup) - Robust customer database (hierarchical customer data, custom fields) -- Fast search +- Fast Spotlight-style search - Statistics and reporting - Rule-based automation - Dedicated check-in interface for customers and POS staff @@ -38,7 +38,7 @@ The application is written in Python on top of the excellent [Django web framewo Installation ============ -Install PostgreSQL, nginx, memcached, rabbitMQ. Then install the necessary Python packages: +Install and start [PostgreSQL](https://www.postgresql.org), [nginx](http://nginx.org), [memcached](https://www.memcached.org), rabbitMQ (only necessary if you want to use automated rules). Then install the necessary Python packages: $ pip install -U -r requirements.pip diff --git a/requirements.pip b/requirements.pip index 015471d..b418d26 100644 --- a/requirements.pip +++ b/requirements.pip @@ -20,5 +20,5 @@ python-magic pyexcel-xls pyexcel-xlsx pyexcel_text --e git+git://github.com/filipp/py-gsxws.git#egg=gsxws +gsxws -e git+git://github.com/filipp/django-wkhtmltopdf.git#egg=django-wkhtmltopdf |