From 93920d8a8bbee458d2cc7995fc571627ad8de4dc Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Tue, 27 Sep 2022 17:13:33 -0600 Subject: [PATCH] updated proj readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b13110..25f03c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ SmileyFace UT Server Tool ========================= -See official website, [https://zavage-software.com/projects/smileyface](https://zavage-software.com/projects/smileyface) for instructions. \ No newline at end of file +See official website, [https://zavage-software.com/projects/smileyface](https://zavage-software.com/projects/smileyface) for instructions. + +Dependencies +============ + * [app_skellington](https;//zavage-software.com/projects/app_skellington) + * [appdirs](https://pypi.org/project/appdirs) + * [colorlog](https://pypi.org/project/colorlog) + * [configobj](https://pypi.org/project/configob) + * [selenium](https://selenium-python.readthedocs.io) + * [sqlparse](https://pypi.org/project/sqlparse) + +Installation +============ +Activate your desired python environment or install system-wide with admin privileges. + python setup.py install + +Usage +====== +(more to come, see the website for some instruction)