Installation

Warning

Start by making sure you have the latest version of pip installed:

python3 -m pip install --upgrade pip

Poetry

Install from Git main branch:

poetry add git+https://github.com/sethfischer/cq-electronics.git

Install from PyPI:

poetry add cq-electronics

Pip

Install from Git main branch:

python -m pip install git+https://github.com/sethfischer/cq-electronics.git

Install from PyPI:

pip install cq-electronics