add readme

This commit is contained in:
j 2017-11-02 00:21:53 +00:00
parent c9a69ba210
commit 6f35527ca3
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Recommendation Engine Example
## Install dependencies and run:
python3 -m venv ./venv --system-site-packages
./venv/bin/pip install -r requirements.txt
./venv/bin/python server.py