#Alfred
##Instructions
- Clone this repo
- In your virtualenv
pip install -r requirements.txt
alfred shell
launches shellalfred runserver
launches server on 5000 port.
Example config file placed in example dir. You can pass path to config file
with --config
parameter, or set it to ALFRED_CONFIG
env variable.
To launch tests execute nosetests