diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2016-11-19 21:06:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 21:06:49 +0100 |
commit | 98c1abae8ec810bd3940cb9f1a75508d5247d5a9 (patch) | |
tree | 79b42b21f91f72170a1b23360b8fe551dc03b802 | |
parent | 0a27bbf9ce1f5b1a52bc62ff4d9e5c2f960b030c (diff) |
update README.md with more detailed prerequisitesinstallation-details
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,11 +3,11 @@ Command-line interface for line-up management in JFR Teamy. # Installation -Prerequisites: +Prerequisites on Windows: -* Python 3 +* Python 3.4 * pip -* the prerequisites of mysqlclient-python - https://github.com/PyMySQL/mysqlclient-python +* https://dev.mysql.com/downloads/connector/python/ ``` pip install -r requirements.txt |