Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 315 Bytes

INSTALL.md

File metadata and controls

19 lines (11 loc) · 315 Bytes

Installation

To install, use

$ pip install txdlo

or if you're not a fan of pip:

$ python setup.py install # You may need sudo.

If you want to install in a virtualenv:

$ virtualenv --no-site-packages env $ . env/bin/activate $ pip install -r requirements.txt

Running the tests

$ trial txdlo