Skip to content
Snippets Groups Projects

Fix/requirements into setuppy

Merged Robert Rosca requested to merge fix/requirements-into-setuppy into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -33,7 +33,7 @@ class PostInstallCommand(install):
print("...found!")
return
except:
except ImportError:
"No PyDetLib installation found, attempting to install"
check_call(
"karabo -g https://in.xfel.eu/gitlab install pyDetLib master".split()
Loading