Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 197 Bytes

installation.rst

File metadata and controls

12 lines (8 loc) · 197 Bytes

Installation

At the command line:

$ easy_install flask-nsq

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv flask-nsq
$ pip install flask-nsq