From a4553708999b31d3fd4ec73f1fae31ffd712b91a Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 25 Nov 2016 17:38:18 +0100 Subject: Requirements files split per platform --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7113301..7f33a4b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,17 @@ Command-line interface for line-up management in JFR Teamy. Prerequisites: -* Python 3 +* Python 3 (on Windows <= 3.4 due to the availability of MySQL connector) * pip -* the prerequisites of mysqlclient-python - https://github.com/PyMySQL/mysqlclient-python +* Linux environment: the prerequisites of mysqlclient-python - https://github.com/PyMySQL/mysqlclient-python +* Windows environment: MySQL connector from Oracle, unavailable via PIP - https://dev.mysql.com/downloads/connector/python/ ``` -pip install -r requirements.txt +pip install -r requirements-PLATFORM.txt ``` +Where `PLATFORM` is either `windows` or `linux`. + # Configuration Set MySQL settings in ql/settings.py. -- cgit v1.2.3