From 8dc37e5ddcc8ab505f9d8d0643256782d8eef3c4 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Mon, 13 May 2024 22:38:55 +0200 Subject: [PATCH] update installation instructions --- docs/installation.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 85b895ba..6b4fba9b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -5,29 +5,24 @@ Installation Stable ====== -Stable releases are available on PyPI and can be installed with pip. +Stable releases of :mod:`compas_assembly` are available on PyPI and can be installed with pip. .. code-block:: bash pip install compas_assembly - -Latest -====== - -The latest version can be installed from local source. +Several examples use the COMPAS Viewer for visualisation. +To install :mod:`compas_viewer` in the same environment .. code-block:: bash - git clone https://github.com/blockresearchgroup/compas_assembly.git - cd compas_assembly - pip install -e . + pip install compas_viewer Development =========== -To install `compas_assembly` for development, install from local source with the "dev" requirements. +To install :mod:`compas_assembly` for development, install from local source with the "dev" requirements. .. code-block:: bash