Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
e1e14ee6
Commit
e1e14ee6
authored
Jun 12, 2019
by
Zachary Parks
Browse files
minor
Signed-off-by:
Zachary Parks
<
1zp@ornl.gov
>
parent
a44113cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/benchmark/manage.py
View file @
e1e14ee6
...
...
@@ -53,7 +53,7 @@ def install_package(install_name):
# that needs to be git-cloned and built with cmake-make (vqe)
except
ModuleNotFoundError
as
ex
:
xacc
.
info
(
"You do not have the required Python module `{}` to install and run the '{}' XACC benchmark plugin package."
.
format
(
requirement
,
install_name
))
yn
=
input
(
"Install requirements? "
)
yn
=
input
(
"Install requirements?
(y/n)
"
)
if
yn
==
"y"
:
dest
=
os
.
path
.
dirname
(
inspect
.
getfile
(
xacc
))
install_path
=
os
.
path
.
join
(
dest
,
REQUIREMENTS
[
mdir
][
'dir'
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment