- Install flit of needed: pip -m install flit
- Run 'flit install'
You should then have a local copy available as 'docs2stubs'.
To make a release,
- Update README.md and the _version_ in docs2stubs/_init_.py
- Run 'flit install'
- Test the installed docs2stubs locally
- Upload to PyPI: 'flit publish'