Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 312 Bytes

Python Presto Demo

Usage

To initialize your environment:

virtualenv -p python3 venv3
source venv3/bin/activate
pip install -r requirements.txt

Run the following for details:

python3 prestodemo.py --help

Copy prestodemo.ini.template to prestodemo.ini and configure with your settings.