File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,24 @@ Getting Started
55Installation
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
1717Several 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
You can’t perform that action at this time.
0 commit comments