From 391b0761a59d42d9a964147f8d6b553fe16a8629 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 27 Jun 2018 17:59:59 +0300 Subject: Use the gsxws from PyPI Which will hopefully also install it's dependencies --- README.md | 4 ++-- requirements.pip | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76ce80c..b699c56 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3