diff --git a/README.rst b/README.rst
index b9439fa44f7b19b4dd262a060d67fe33249bd03d..cd32a0ddbf09ff911c6f33133eaa72ca54897da3 100644
--- a/README.rst
+++ b/README.rst
@@ -77,12 +77,6 @@ To install ``bvpy``, follow these steps:
         conda activate <your-environment-name>
         conda install -c mosaic -c conda-forge bvpy
 
-   - Verify the installation:
-
-     .. code-block:: bash
-
-        python -c "from bvpy.utils.examples import cantilever_beam; cantilever_beam()"
-
 2. **Using Docker**:
 
    - Pull the Docker image:
@@ -106,28 +100,10 @@ To install ``bvpy``, follow these steps:
 
         git clone https://gitlab.inria.fr/mosaic/bvpy.git
         cd bvpy
-
-   - Create and activate a development environment:
-
-     .. code-block:: bash
-
         conda env create --file conda/env.yaml -n bvpy-dev
         conda activate bvpy-dev
-
-   - Install in editable mode:
-
-     .. code-block:: bash
-
         python -m pip install -e .
 
-   - Run the example to verify:
-
-     .. code-block:: bash
-
-        python -c "from bvpy.utils.examples import cantilever_beam; cantilever_beam()"
-
-For more details about advanced setups, refer to the full documentation linked above.
-
 .. The following content is commented out : no need
     **Important Note:** Bvpy is currently running on *FEniCS legacy* and not *FEniCSx*. If you are using an ARM-based computer (mac M1s, M2s), there is currently no ARM-Friendly conda package of *FEniCS legacy*. But you can still run x86-based packages. to do so type the following:
     .. code-block:: bash