From bd34d59823648b2f70f4e78e5c314b3934dd6657 Mon Sep 17 00:00:00 2001
From: Danilo Ferreira de Lima <danilo.enoque.ferreira.de.lima@xfel.de>
Date: Fri, 6 Oct 2023 14:20:11 +0200
Subject: [PATCH] Update instructions.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 527a47f..98a2327 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ pip install numpy scipy
 pip install torch --index-url https://download.pytorch.org/whl/cpu
 
 # add it to the Jupyter Lab in Maxwell
-pip install ipykernel jupyter
-python -m ipykernel install --name pes_to_spec_env
+pip install ipykernel
+python -m ipykernel install --user --name pes_to_spec_env
 
 ```
 
-- 
GitLab