# build instructions ```bash virtualenv env --python=python3 source env/bin/activate pip install -r requirements.txt python server.py ```