setup: update pyvcd dependency, for var_type="string".
authorwhitequark <cz@m-labs.hk>
Wed, 19 Dec 2018 17:17:25 +0000 (17:17 +0000)
committerwhitequark <cz@m-labs.hk>
Wed, 19 Dec 2018 17:17:25 +0000 (17:17 +0000)
README.md
setup.py

index 3312c1b55518ee4fb608f6c35c5c94c1af92dc30..87df66b96aa9e1e2306f83a57f21f89c71e6a9e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,6 +19,10 @@ nMigen is designed for Python 3.6 and newer. nMigen's Verilog backend depends on
 [migen]: https://m-labs.hk/migen
 [yosys]: http://www.clifford.at/yosys/
 
+### Installation
+
+    pip install git+https://github.com/m-labs/nmigen.git
+
 ### Introduction
 
 TBD
index b1b27a9687dc2d0692010746eb6f9e68deaf32ab..74dd99a4211f7775a5968eba87bc47106952151a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(
     description="Python toolbox for building complex digital hardware",
     #long_description="""TODO""",
     license="BSD",
-    install_requires=["pyvcd", "bitarray"],
+    install_requires=["pyvcd>=0.1.4", "bitarray"],
     packages=find_packages(),
     project_urls={
         #"Documentation": "https://glasgow.readthedocs.io/",