diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-28 13:41:10 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-28 13:41:10 +0800 |
commit | 204c5922ba5492bc69d5443388c30f7633fe03e2 (patch) | |
tree | e7557bdd577a50f19a07b7926f6e2a4d5198c98e | |
parent | 04fd0429233bd15fe3cf046cef578d593778c12d (diff) | |
download | django-skaschool-204c5922ba5492bc69d5443388c30f7633fe03e2.tar.bz2 |
added INSTALL.txt
-rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..e668f6a --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,4 @@ +# database mysql backend: +o pip install mysql-python (requires 'mysql_config', gcc, Python.h) + (libmysqlclient-devel, python-devel) + |