Files
cadquery/README.md

11 lines
660 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)
2018-08-28 21:59:25 +02:00
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/ub6t3qrjj5h7g1vp/branch/cq1_pythonocc?svg=true)](https://ci.appveyor.com/project/adam-urbanczyk/cadquery/branch/cq1_pythonocc)
2018-02-02 12:58:03 +01:00
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
2018-08-28 21:59:25 +02:00
You can try it out on linux-64, osx-64 and win-64 using conda:
```
2017-10-22 21:21:56 +02:00
conda install -c pythonocc -c oce -c conda-forge -c dlr-sc -c CadQuery cadquery-occ
```