Files
cadquery/README.md

10 lines
456 B
Markdown
Raw Normal View History

2018-02-02 12:58:03 +01:00
[![Travis Build Status](https://api.travis-ci.org/adam-urbanczyk/cadquery.svg?branch=cq1_pythonocc)](https://api.travis-ci.org/adam-urbanczyk/cadquery?branch=cq1_pythonocc)
2017-10-22 21:21:56 +02:00
This is an experimental CadQuery fork that uses PythonOCC instead of FreeCAD. It also has preliminary Jupyter notebook integration.
2013-04-14 18:53:06 -04:00
2017-10-22 21:21:56 +02:00
You can try it out using conda (for now only linux-64):
```
2017-10-22 21:21:56 +02:00
conda install -c pythonocc -c oce -c conda-forge -c dlr-sc -c CadQuery cadquery-occ
```