File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 22
33COMPAS wrapper for the Python bindings of OCC
44
5- ** This package is in early stages of development!**
6-
7- ----
5+ For more information, see the docs at < https://compas.dev/compas_occ/latest/index.html > .
86
97## Installation
108
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Table of Contents
2020 :titlesonly:
2121
2222 Introduction <self >
23- gettingstarted
23+ installation
24+ tutorial
2425 examples
2526 api
2627 license
Original file line number Diff line number Diff line change 1+ ********************************************************************************
2+ Installation
3+ ********************************************************************************
4+
5+ .. code-block :: bash
6+
7+ conda create -n occ python=3.8 compas compas_view2 pythonocc-core
8+ conda activate occ
9+
10+ .. code-block :: bash
11+
12+ pip install git+https://github.com/compas-dev/compas_occ.git#egg=compas_occ
Original file line number Diff line number Diff line change 11********************************************************************************
2- Getting Started
2+ Tutorial
33********************************************************************************
You can’t perform that action at this time.
0 commit comments