Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 802 Bytes

Twirly

License

This is a beta repo and does not have support or API continuity guarantees.

Once installed it can be imported using

import twirly as tw

Installation

This package can be installed from the downloaded repository using pip as

cd twirly
pip install -r requirements.txt

To install the dependencies required by developers, use the following commands:

cd twirly
pip install -r requirements.txt -r requirements-dev.txt

Contribution Guidelines

New contributions to the main branch will be made through the standard Pull Request and review procedure.

License

Apache License 2.0