add nmutil to setup.py commented out
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 12:27:05 +0000 (13:27 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 12:27:05 +0000 (13:27 +0100)
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 = [