File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ More information is available in the docs:
1818and can be installed using ` conda ` .
1919
2020``` bash
21- conda install COMPAS compas_cgal
21+ conda create -n cgal -c conda-forge compas compas_cgal --yes
2222```
2323
2424## Usage
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Installation
99
1010.. code-block :: bash
1111
12- conda create -n cgal -c conda-forge python=3.8 compas compas_cgal
12+ conda create -n cgal -c conda-forge compas compas_cgal --yes
13+ conda activate cgal
1314
1415 Optional requirements
1516=====================
@@ -19,10 +20,10 @@ To install ``compas_view2`` in the same environment
1920
2021.. code-block :: bash
2122
22- conda install -n cgal -c conda-forge compas_view2
23+ conda install compas_view2 --yes
2324
2425 Or everything in one go
2526
2627.. code-block :: bash
2728
28- conda create -n cgal -c conda-forge compas compas_cgal compas_view2
29+ conda create -n cgal -c conda-forge compas compas_cgal compas_view2 --yes
You can’t perform that action at this time.
0 commit comments