Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 244 Bytes

DEVELOP.rst

File metadata and controls

14 lines (8 loc) · 244 Bytes

Using the development buildout

Create a virtualenv in the package:

$ virtualenv --clear .

Install requirements with pip:

$ ./bin/pip install -r requirements.txt

Run buildout:

$ ./bin/buildout