Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 230 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 230 Bytes

Installation

$ mkdir e
$ virtualenv e/py
$ source e/py/bin/activate
(py)$ pip install -r requirements.txt

Usage

(py)$ python server.py

Additionnal parameters

(py)$ PORT=5100 python server.py