Skip to content

Commit 017d740

Browse files
authored
Update README.md
1 parent aa7cc49 commit 017d740

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
6. [How To Use?](#how-to-use)
1111
7. [Create your own custom abstraction](#creating-a-custom-hardware-abstraction)
1212
8. [Contributors](#contributors)
13+
9. [License](LICENSE)
1314

1415
### About PyArch
1516
PyArch is basically, a hardware abstraction library that can be used to model a digital system. It provides construct for modeling the system hierarchically and supports both top-down and bottom-up design methodologies.
@@ -32,8 +33,16 @@ As computer science students, we were reluctant to learn a totally new language
3233
- __Wide range of Abstraction levels__: Ranging from abstract behavioral descriptions [see Hardware](utils/new.py) to [precise gate level descriptions](combinational/gates.py) to hardware built on top of these abstractions ([Decoders](combinational/decoders.py), [Arithmetic circuits such as Adders](combinational/arithmetics.py))
3334

3435
### Installation
35-
git clone https://github.com/jumpip/PyArch.git & cd PyArch/
36-
python setup.py install
36+
```
37+
git clone https://github.com/jumpip/PyArch.git & cd PyArch/
38+
python setup.py install
39+
```
40+
41+
or
42+
43+
```
44+
pip install pyarch
45+
```
3746
3847
### Inbuilt Abstractions:
3948
- Gates
@@ -130,3 +139,4 @@ Contributors END -->
130139
| :---: | :---: | :---: |
131140
<!-- Contributors table END -->
132141

142+
### PyArch is distributed under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)