From 940e0510a8d7531c7d2aa04bf0a2084a7e730729 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr>
Date: Tue, 3 Sep 2024 15:50:29 +0200
Subject: [PATCH] #101 Installation: no need to clone the cppyy_kernel repo and
 then invoke pip: pip may be invoked directly.

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b1e7930..38cf895 100644
--- a/README.md
+++ b/README.md
@@ -67,8 +67,7 @@ The pro of using Binder is that you have basically nothing more to do than click
 
 ```shell
 pip install jupyterlab
-git clone https://gitlab.inria.fr/sed-saclay/cppyy_kernel
-pip install ./cppyy_kernel
+pip install git+https://gitlab.inria.fr/sed-saclay/cppyy_kernel.git
 ```
 
 You may of course choose another way to install JupyterLab (typically using Anaconda or Mamba)
-- 
GitLab