Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 659 Bytes

installation.rst

File metadata and controls

43 lines (23 loc) · 659 Bytes

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 (Python Package Index):

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 (Python Package Index):

pip install cq-electronics