Skip to content

Commit 07391d6

Browse files
committed
python version and yes
1 parent b5ca0a0 commit 07391d6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ More information is available in the docs:
1818
and 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

docs/gettingstarted.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)