Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 227 Bytes

installation.rst

File metadata and controls

14 lines (9 loc) · 227 Bytes

Installation

At the command line:

$ easy_install async_runner

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv async_runner
$ pip install async_runner