Poulet Python Library How to install # Install everything (default) pip install -U . # Install specific, choose one or more pip install -U .[hardware,tools,utils] # Install editable for developement pip install -U -e . TODO =======