Skip to content
Snippets Groups Projects
Commit 601ba831 authored by Steffen Hauf's avatar Steffen Hauf
Browse files

Update setup.py

parent e883743b
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class PostInstallCommand(install): ...@@ -19,7 +19,7 @@ class PostInstallCommand(install):
return return
except: except:
"No PyDetLib installation found, attempting to install" "No PyDetLib installation found, attempting to install"
check_call("karabo -g https://haufs:s--zGku2dzxtv6so2xsu@in.xfel.eu/gitlab install pyDetLib master".split()) check_call("karabo -g https://in.xfel.eu/gitlab install pyDetLib master".split())
else: else:
print("Python environment seems to not be a Karabo environment. "+ print("Python environment seems to not be a Karabo environment. "+
"Please install PyDetLib manually.") "Please install PyDetLib manually.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment