projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab541a
)
add nmutil to setup.py commented out
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 23 Apr 2021 12:27:05 +0000
(13:27 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 23 Apr 2021 12:27:05 +0000
(13:27 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index d7a5b7ad3b80b11a2e1c2832550c6691d9d9101f..d2b0216dc8399468af7beb63887a0cc471bed6df 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-16,6
+16,7
@@
version = '0.0.1'
install_requires = [
'nmigen',
+ #'nmutil', # can be obtained with pip3, best done manually
]
test_requires = [