Contributing
Style Guidlines
Before contributing a patch, please read the Python “Style Commandments” written by the OpenStack developers: http://docs.openstack.org/developer/hacking/
Building in Develop Mode
To build in develop mode, install Poetry and run:
git clone https://github.com/lda-project/lda.git
cd lda
poetry install