PYLabsRusyn

Install Linux
Install pyenv (python 3.6.0)
Install pipenv on python 3.6.0
clone this repository
Write : "pipenv install" and then tun the environment with "pipenv shell"
After installing dependencies run "gunicorn --bind 0.0.0.0:5000 wsgi:app"