Skip to content

Commit 22a66de

Browse files
committed
docs
1 parent 4c5d7ce commit 22a66de

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
COMPAS 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

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/installation.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
********************************************************************************
2-
Getting Started
2+
Tutorial
33
********************************************************************************

0 commit comments

Comments
 (0)