diff options
author | Filipp Lepalaan <filipp@mac.com> | 2018-06-27 17:59:59 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2018-06-27 17:59:59 +0300 |
commit | 391b0761a59d42d9a964147f8d6b553fe16a8629 (patch) | |
tree | b85c21959a33f9f3f71d4abd6eeb6523e225020b | |
parent | ebeae84e58cf467b3003ee1aefd8ee44d68c92d2 (diff) | |
download | Servo-391b0761a59d42d9a964147f8d6b553fe16a8629.tar.gz Servo-391b0761a59d42d9a964147f8d6b553fe16a8629.tar.bz2 Servo-391b0761a59d42d9a964147f8d6b553fe16a8629.zip |
Use the gsxws from PyPI
Which will hopefully also install it's dependencies
-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 |