File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,24 @@ Software Requirements
41
41
- 'pip3 install jinja2' (for Python 3.x) or 'pip install jinja2' (for Python 2.7)
42
42
43
43
44
+ Installation
45
+ ==============================
46
+
47
+ If you want to use Pyverilog as a general library, you can install on your environment by using setup.py.
48
+
49
+ If Python 2.7 is used,
50
+
51
+ ```
52
+ python setup.py install
53
+ ```
54
+
55
+ If Python 3.x is used,
56
+
57
+ ```
58
+ python3 setup.py install
59
+ ```
60
+
61
+
44
62
Tools
45
63
==============================
46
64
Original file line number Diff line number Diff line change @@ -22,6 +22,24 @@ Software Requirements
22
22
- 'pip3 install jinja2' (for Python 3.x) or 'pip install jinja2' (for Python 2.7)
23
23
24
24
25
+ Installation
26
+ ==============================
27
+
28
+ If you want to use Pyverilog as a general library, you can install on your environment by using setup.py.
29
+
30
+ If Python 2.7 is used,
31
+
32
+ ```
33
+ python setup.py install
34
+ ```
35
+
36
+ If Python 3.x is used,
37
+
38
+ ```
39
+ python3 setup.py install
40
+ ```
41
+
42
+
25
43
Tools
26
44
==============================
27
45
You can’t perform that action at this time.
0 commit comments