Skip to content

How to `pip install` a branch

Marcus Boyd edited this page Sep 10, 2021 · 2 revisions

Used for testing PRs:

pip install -e "git+https://github.com/<username>/cadquery-plugins.git@<branch_name>#egg=<package_name>&subdirectory=plugins/<dir_name>"
Clone this wiki locally