Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 947 Bytes

File metadata and controls

36 lines (21 loc) · 947 Bytes
https://travis-ci.org/datakortet/dk-tasklib.svg?branch=master https://coveralls.io/repos/github/datakortet/dk-tasklib/badge.svg?branch=master

dk-tasklib - pyinvoke task library

Installing from PyPI

This is what you want if you just want to use dk-tasklib:

pip install dk-tasklib

Creating a default tasks.py file

You can create a default tasks.py file. From the root of your package:

dk-tasklib install

You'll need to specify --force to overwrite an existing file.

As a source package

This is what you want if you are developing dk-tasklib or want to make local changes to the source code.

pip install -e <path>

See docs/ folder for documentation.