============ Installation ============ .. warning:: Start by making sure you have the latest version of pip installed: .. code:: text python3 -m pip install --upgrade pip Poetry ------ Install from Git main branch: .. code:: text poetry add git+https://github.com/sethfischer/cq-electronics.git Install from :abbr:`PyPI (Python Package Index)`: .. code:: text poetry add cq-electronics Pip --- Install from Git main branch: .. code:: text python -m pip install git+https://github.com/sethfischer/cq-electronics.git Install from :abbr:`PyPI (Python Package Index)`: .. code:: text pip install cq-electronics