Contributing
Development environment
Clone and install:
git clone https://github.com/sethfischer/cq-electronics.git cd cq-electronics poetry env use python3.11 poetry install poetry shell
Install Git hooks:
make install-git-hooks
Install CQ-editor:
poetry install --with cq-editor
Open examples from the
examples
directory with CQ-editor:cq-editor examples/raspberry_pi_3b.py
Documentation
Build the documentation:
make -C docs/ clean html