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
4141 - 'pip3 install jinja2' (for Python 3.x) or 'pip install jinja2' (for Python 2.7)
4242
4343
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+
4462Tools
4563==============================
4664
Original file line number Diff line number Diff line change @@ -22,6 +22,24 @@ Software Requirements
2222 - 'pip3 install jinja2' (for Python 3.x) or 'pip install jinja2' (for Python 2.7)
2323
2424
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+
2543Tools
2644==============================
2745
You can’t perform that action at this time.
0 commit comments