Skip to content

Commit b5ca0a0

Browse files
committed
install view2
1 parent a2ec426 commit b5ca0a0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/gettingstarted.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ Getting Started
55
Installation
66
============
77

8-
``compas_cgal`` ca be installed via ``conda-forge``.
8+
``compas_cgal`` can be installed via ``conda-forge``.
99

1010
.. code-block:: bash
1111
12-
conda install compas_cgal
12+
conda create -n cgal -c conda-forge python=3.8 compas compas_cgal
1313
1414
Optional requirements
1515
=====================
1616

1717
Several examples use COMPAS View2 for visualisation outside of CAD environments.
18-
To install View2, see the instructions here:
19-
`View 2 - Getting Started <https://compas.dev/compas_view2/latest/gettingstarted.html>`_
18+
To install ``compas_view2`` in the same environment
19+
20+
.. code-block:: bash
21+
22+
conda install -n cgal -c conda-forge compas_view2
23+
24+
Or everything in one go
25+
26+
.. code-block:: bash
27+
28+
conda create -n cgal -c conda-forge compas compas_cgal compas_view2

0 commit comments

Comments
 (0)