From dd9f32aade7e81e8c9f941885545dc4042bbec45 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Wed, 24 Apr 2024 01:01:34 +0200 Subject: [PATCH] add new viewer to the installation instruction --- docs/installation.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index f662661..6c41377 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,13 +17,8 @@ To install :mod:`compas_view2` in the same environment .. code-block:: bash conda activate cgal - conda install compas_view2 + pip install compas_viewer -Or everything in one go - -.. code-block:: bash - - conda create -n cgal -c conda-forge compas_cgal compas_view2 Dev Install ===========