From 4a0ea0adbe5a7503145b31303aadc875fc8272f9 Mon Sep 17 00:00:00 2001
From: Mads Jakobsen <mads.jakobsen@xfel.eu>
Date: Thu, 25 Apr 2024 14:43:15 +0200
Subject: [PATCH] added install myxpcs to bash script

---
 install_env.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/install_env.sh b/install_env.sh
index d84734a..5c46430 100644
--- a/install_env.sh
+++ b/install_env.sh
@@ -11,13 +11,15 @@ python3 -m pip install matplotlib
 python3 -m pip install pillow
 
 cd fastXPCS
+python3 -m pip install -e .
 
-#python setup.py build_ext --inplace
-#python setup.py develop
-
+cd ../myxpcs
 python3 -m pip install -e .
+
 cd ..
 
+#python setup.py build_ext --inplace
+#python setup.py develop
 
 
 
-- 
GitLab