Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 251 Bytes

DEVELOP.rst

File metadata and controls

14 lines (8 loc) · 251 Bytes

Developing this package

Create a virtualenv in the package:

$ python3.9 -mvenv .

Install the package under development:

$ ./bin/pip install -e .

Use this plugin while release a package:

$ ./bin/fullrelease