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

Update setup.py

parent 3324990c
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class PostInstallCommand(install):
return
except:
"No PyDetLib installation found, attempting to install"
check_call("karabo -g https://in.xfel.eu/gitlab install pyDetLib master".split())
check_call("karabo -g https://haufs:s--zGku2dzxtv6so2xsu@in.xfel.eu/gitlab install pyDetLib master".split())
else:
print("Python environment seems to not be a Karabo environment. "+
"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