mirror of
https://github.com/gumyr/build123d.git
synced 2026-01-12 20:31:35 -08:00
15 lines
395 B
ReStructuredText
15 lines
395 B
ReStructuredText
############
|
|
Installation
|
|
############
|
|
Install from github:
|
|
|
|
.. doctest::
|
|
|
|
>>> python3 -m pip install git+https://github.com/gumyr/build123d.git#egg=build123d
|
|
|
|
In addition, cq_warehouse and cadquery are required dependencies which will be removed in the
|
|
future. To install cq_warehouse:
|
|
|
|
.. doctest::
|
|
|
|
>>> python3 -m pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
|