Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 201 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 201 Bytes

Install and Test

python3 -m venv _py36 &&
  source _py36/bin/activate && 
  pip install --upgrade pip && 
  pip install -r requirements.txt && 
  python setup.py install && 
  pytest tests