add power-instruction-analyzer as a dependency
[soc.git] / setup.py
index dc3c71f533252f31a4fea345885631b7ffd4d6e1..bbe5e144786b32dad76ea934dcdaeb5eb2d0c470 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,9 @@ install_requires = [
     'nmigen-soc',  # install manually from git.libre-soc.org
     'ply',  # needs to be installed manually
     'astor',
+
+    # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer
+    'power-instruction-analyzer',
 ]
 
 test_requires = [