Skip to content

Commit da11cee

Browse files
committed
Installation
1 parent d3b49cc commit da11cee

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
4462
Tools
4563
==============================
4664

pages.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2543
Tools
2644
==============================
2745

0 commit comments

Comments
 (0)